summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorDejan Lekic <dejan.lekic@gmail.com>2005-08-06 05:02:56 +0000
committerDejan Lekic <dejan.lekic@gmail.com>2005-08-06 05:02:56 +0000
commit1cd06f3ad011f8be3c01fbc7cac10ce823805855 (patch)
treea390daf29a40ef886fa8c057ede8e76a3a785704 /CMake
parent289434a6e2435970187db695b13839054260eca8 (diff)
This commit contains patch submitted by "fltk.x0" (thanks fltk.x0!) in the middle of May this year - STR #863. Also small change in fluid.cxx - time.h was needed for successful build on MinGW.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4468 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CMake')
-rw-r--r--CMake/FLTKConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/FLTKConfig.cmake.in b/CMake/FLTKConfig.cmake.in
index b064c81dd..3ed435b11 100644
--- a/CMake/FLTKConfig.cmake.in
+++ b/CMake/FLTKConfig.cmake.in
@@ -12,7 +12,7 @@ SET(FLTK_SOURCE_DIR "@FLTK_SOURCE_DIR@")
SET(FLUID_COMMAND "@FLTK_FLUID_COMMAND@")
SET(FLTK_EXECUTABLE_DIRS "@FLTK_EXECUTABLE_DIRS@")
SET(FLTK_LIBRARY_DIRS "@FLTK_LIBRARY_DIRS@")
-SET(FLTK_LIBRARIES "fltk_images;fltk;fltk_gl;fltk_forms")
+SET(FLTK_LIBRARIES "@FLTK_LIBRARIES@")
SET(FLTK_INCLUDE_DIRS "@FLTK_INCLUDE_DIRS@")
# The C and C++ flags added by FLTK to the cmake-configured flags.