diff options
| author | Dejan Lekic <dejan.lekic@gmail.com> | 2005-08-06 05:02:56 +0000 |
|---|---|---|
| committer | Dejan Lekic <dejan.lekic@gmail.com> | 2005-08-06 05:02:56 +0000 |
| commit | 1cd06f3ad011f8be3c01fbc7cac10ce823805855 (patch) | |
| tree | a390daf29a40ef886fa8c057ede8e76a3a785704 /zlib/CMakeLists.txt | |
| parent | 289434a6e2435970187db695b13839054260eca8 (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 'zlib/CMakeLists.txt')
| -rw-r--r-- | zlib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zlib/CMakeLists.txt b/zlib/CMakeLists.txt index e96ce848b..006a7634f 100644 --- a/zlib/CMakeLists.txt +++ b/zlib/CMakeLists.txt @@ -11,4 +11,5 @@ inflate.c inftrees.c trees.c uncompr.c zutil.c ) ADD_LIBRARY(fltk_zlib ${ZLIB_SRCS}) +INSTALL_TARGETS(/lib fltk_zlib) |
