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 --- fluid/CMakeLists.txt | 2 +- fluid/fluid.cxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'fluid') diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index c6f0e1a3e..347f258dc 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -22,9 +22,9 @@ SET(CPPFILES ADD_EXECUTABLE(fluid ${CPPFILES}) +INSTALL_TARGETS(/bin fluid) TARGET_LINK_LIBRARIES(fluid fltk fltk_images fltk_forms ${FLTK_PLATFORM_DEPENDENT_LIBS}) IF(OPENGL_FOUND) TARGET_LINK_LIBRARIES(fluid fltk_gl) ENDIF(OPENGL_FOUND) -INSTALL_TARGETS(/bin fluid) diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index d6af4db2b..05c3a781a 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -43,6 +43,7 @@ #include #include #include +#include // time(), localtime(), etc. #include "../src/flstring.h" #include "alignment_panel.h" -- cgit v1.2.3