From 1cd06f3ad011f8be3c01fbc7cac10ce823805855 Mon Sep 17 00:00:00 2001 From: Dejan Lekic Date: Sat, 6 Aug 2005 05:02:56 +0000 Subject: 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 --- CMake/FLTKConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMake') 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. -- cgit v1.2.3