summaryrefslogtreecommitdiff
path: root/png
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 /png
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 'png')
-rw-r--r--png/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/png/CMakeLists.txt b/png/CMakeLists.txt
index 880461e2f..eb2984885 100644
--- a/png/CMakeLists.txt
+++ b/png/CMakeLists.txt
@@ -19,6 +19,8 @@ SET(PNG_SRCS
)
ADD_LIBRARY(fltk_png ${PNG_SRCS})
+INSTALL_TARGETS(/lib fltk_png)
+
IF(UNIX)
TARGET_LINK_LIBRARIES(fltk_png ${FLTK_ZLIB_LIBRARIES} -lm)