diff options
| author | Timothy Collett | 2012-07-05 11:39:27 -0400 |
|---|---|---|
| committer | Timothy Collett | 2012-07-05 11:39:27 -0400 |
| commit | 45456b2230bd87bacc4bcd32515f530baafa8c04 (patch) | |
| tree | a40db7c23022518d53fceea55749c8f126700cd1 /plugins/CMakeLists.txt | |
| parent | 068542d58a789354eec78bffef2c3e3846c6f6f5 (diff) | |
| download | dfhack-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.txt | 4 |
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() |
