summaryrefslogtreecommitdiff
path: root/jpeg
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 /jpeg
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 'jpeg')
-rw-r--r--jpeg/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/jpeg/CMakeLists.txt b/jpeg/CMakeLists.txt
index 66b16d84e..eb05c48a3 100644
--- a/jpeg/CMakeLists.txt
+++ b/jpeg/CMakeLists.txt
@@ -32,4 +32,5 @@ jdsample.c jdcolor.c jquant1.c jquant2.c jdmerge.c
)
ADD_LIBRARY(fltk_jpeg ${systemdependent_SRCS} ${common_SRCS} ${compression_SRCS} ${decompression_SRCS})
+INSTALL_TARGETS(/lib fltk_jpeg)