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/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9415fc82c..4233bcb12 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,4 +6,4 @@ add_subdirectory( char_sql ) add_subdirectory( map ) add_subdirectory( tool ) add_subdirectory( txt-converter ) -#add_subdirectory( plugins ) +add_subdirectory( plugins ) -- cgit v1.2.3-70-g09d2