Added isoworld to the build list.

develop
Japa 2013-03-30 15:27:37 +05:30
parent 9981d21965
commit a3de35c32e
2 changed files with 6 additions and 0 deletions

@ -15,6 +15,11 @@ if(BUILD_STONESENSE)
add_subdirectory (stonesense)
endif()
OPTION(BUILD_ISOWORLD "Build isoworld (needs a checkout first)." OFF)
if(BUILD_ISOWORLD)
add_subdirectory (isoworld)
endif()
OPTION(BUILD_DEV_PLUGINS "Build developer plugins." OFF)
if(BUILD_DEV_PLUGINS)
add_subdirectory (devel)

@ -0,0 +1 @@
Subproject commit d8d8a836bb9fb0d27861a17aa1f772a4575acffd