Enable building Stonesense and Ruby support

develop
Timothy Collett 2012-07-05 11:39:27 -04:00
parent 068542d58a
commit 45456b2230
1 changed files with 2 additions and 2 deletions

@ -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()