From 8729e952e08aa1af4e315060208a405b759f1027 Mon Sep 17 00:00:00 2001 From: flaviojs Date: Sun, 10 Jul 2011 23:46:51 +0000 Subject: * 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 --- src/tool/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tool') 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 ) -- cgit v1.2.3-60-g2f50