From 7d1488507d110e567f57610894e9ce5d0eaebf2b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 23 Feb 2018 19:41:52 +0000 Subject: CMake: Fix fltk-config for Windows and Unix/Linux. This update ought to work with fltk-config [--use-images] [--use-gl] --compile on both Windows and Unix/Linux when built with CMake. It was tested under Windows and Linux using fltk-config directly from the build tree, but it should work as well after installation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12686 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/CMakeLists.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 046430a92..33ab70500 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,20 @@ +# +# "$Id$" +# +# CMakeLists.txt to build the FLTK library using CMake (www.cmake.org) +# +# Copyright 1998-2018 by Bill Spitzak and others. +# +# This library is free software. Distribution and use rights are outlined in +# the file "COPYING" which should have been included with this file. If this +# file is missing or damaged, see the license at: +# +# http://www.fltk.org/COPYING.php +# +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php +# set (CPPFILES Fl.cxx -- cgit v1.2.3