summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Collett2012-07-05 11:39:27 -0400
committerTimothy Collett2012-07-05 11:39:27 -0400
commit45456b2230bd87bacc4bcd32515f530baafa8c04 (patch)
treea40db7c23022518d53fceea55749c8f126700cd1 /plugins/CMakeLists.txt
parent068542d58a789354eec78bffef2c3e3846c6f6f5 (diff)
downloaddfhack-45456b2230bd87bacc4bcd32515f530baafa8c04.tar.gz
dfhack-45456b2230bd87bacc4bcd32515f530baafa8c04.tar.bz2
dfhack-45456b2230bd87bacc4bcd32515f530baafa8c04.tar.xz
Enable building Stonesense and Ruby support
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 3afdbcac..6de03e49 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -10,7 +10,7 @@ if(BUILD_DFUSION)
add_subdirectory (Dfusion)
endif()
-OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." OFF)
+OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." ON)
if(BUILD_STONESENSE)
add_subdirectory (stonesense)
endif()
@@ -36,7 +36,7 @@ if (BUILD_DWARFEXPORT)
add_subdirectory (dwarfexport)
endif()
-OPTION(BUILD_RUBY "Build ruby binding." OFF)
+OPTION(BUILD_RUBY "Build ruby binding." ON)
if (BUILD_RUBY)
add_subdirectory (ruby)
endif()