diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-10 23:46:51 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-10 23:46:51 +0000 |
commit | 8729e952e08aa1af4e315060208a405b759f1027 (patch) | |
tree | 248f705cf3a7d8f1292558d58692e5a1edbdf34d /src/tool/CMakeLists.txt | |
parent | e165e4a1f7fe8b25d92834461c3bc8bdf2530f85 (diff) | |
download | hercules-8729e952e08aa1af4e315060208a405b759f1027.tar.gz hercules-8729e952e08aa1af4e315060208a405b759f1027.tar.bz2 hercules-8729e952e08aa1af4e315060208a405b759f1027.tar.xz hercules-8729e952e08aa1af4e315060208a405b759f1027.zip |
* CMake: added txt-converter targets, added warning for 64bit, added list of available targets.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14900 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/tool/CMakeLists.txt')
-rw-r--r-- | src/tool/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool/CMakeLists.txt b/src/tool/CMakeLists.txt index e45586915..df22e150a 100644 --- a/src/tool/CMakeLists.txt +++ b/src/tool/CMakeLists.txt @@ -33,9 +33,10 @@ if( WITH_COMPONENT_RUNTIME ) DESTINATION "." COMPONENT Runtime_mapcache ) endif() -message( STATUS "Creating target mapcache - done" ) set( HAVE_mapcache ON CACHE BOOL "mapcache target is available" ) mark_as_advanced( HAVE_mapcache ) +set( TARGET_LIST ${TARGET_LIST} mapcache CACHE INTERNAL "" ) +message( STATUS "Creating target mapcache - done" ) else() message( STATUS "Skipping target mapcache (requires ZLIB)" ) unset( HAVE_mapcache CACHE ) |