diff options
author | Bo Thorsen <bo@askmonty.org> | 2010-06-25 15:09:45 +0200 |
---|---|---|
committer | Bo Thorsen <bo@askmonty.org> | 2010-06-25 15:09:45 +0200 |
commit | 5c4e95f83b16caa75e2e93d1b2c9f39a214684d6 (patch) | |
tree | 1e1cbe55f697bc69e6f67ef1407a90330a414e35 /zlib | |
parent | f7d6a2ed654949f662da0a8c33f8e85b6d9e7f41 (diff) | |
download | mariadb-git-5c4e95f83b16caa75e2e93d1b2c9f39a214684d6.tar.gz |
Implement an NSIS based installer
Diffstat (limited to 'zlib')
-rwxr-xr-x | zlib/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zlib/CMakeLists.txt b/zlib/CMakeLists.txt index 43235b631f6..a4b75bd5744 100755 --- a/zlib/CMakeLists.txt +++ b/zlib/CMakeLists.txt @@ -27,4 +27,6 @@ SET(ZLIB_SOURCES adler32.c compress.c crc32.c crc32.h deflate.c deflate.h gzio. zutil.c zutil.h) IF(NOT SOURCE_SUBLIBS) ADD_LIBRARY(zlib ${ZLIB_SOURCES}) + + INSTALL(TARGETS zlib DESTINATION lib/opt COMPONENT runtime) # TODO: Component ENDIF(NOT SOURCE_SUBLIBS) |