From 46a89b00ad6b0e4e90d8b5a4571ac7fd32eb6845 Mon Sep 17 00:00:00 2001 From: flaviojs Date: Thu, 21 Jul 2011 06:47:12 +0000 Subject: * CMake: Only install template files if they don't already exist. * CMake: Added plugin targets. * CMake: Added options BUILD_* to build the converters and individual plugins. (default=OFF) * CMake: Added option WITH_CPACK for package creation. (default=ON) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14918 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/CMakeLists.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/char') diff --git a/src/char/CMakeLists.txt b/src/char/CMakeLists.txt index 29bfeb6fe..92c9f2934 100644 --- a/src/char/CMakeLists.txt +++ b/src/char/CMakeLists.txt @@ -42,17 +42,14 @@ add_executable( char-server ${SOURCE_FILES} ) add_dependencies( char-server ${DEPENDENCIES} ) target_link_libraries( char-server ${LIBRARIES} ${DEPENDENCIES} ) set_target_properties( char-server PROPERTIES COMPILE_FLAGS "${DEFINITIONS}" ) -if( WITH_COMPONENT_RUNTIME ) +if( INSTALL_COMPONENT_RUNTIME ) cpack_add_component( Runtime_charserver_txt DESCRIPTION "char-server (txt version)" DISPLAY_NAME "char-server" GROUP Runtime ) install( TARGETS char-server DESTINATION "." COMPONENT Runtime_charserver_txt ) -endif() -set( HAVE_char-server ON CACHE BOOL "char-server target is available" ) -mark_as_advanced( HAVE_char-server ) +endif( INSTALL_COMPONENT_RUNTIME ) set( TARGET_LIST ${TARGET_LIST} char-server CACHE INTERNAL "" ) message( STATUS "Creating target char-server - done" ) else() message( STATUS "Skipping target char-server (requires common_base)" ) -unset( HAVE_char-server CACHE ) endif() -- cgit v1.2.3-60-g2f50