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 --- zlib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'zlib') 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) -- cgit v1.2.3