summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorjj2012-03-21 18:49:50 +0100
committerjj2012-04-05 22:15:43 +0200
commitb2846492f44ef48803bcc8f7cefb37bb80fd74eb (patch)
treecd6532bd5805f5e29db14d5f26b4275729d7e3dc /plugins/CMakeLists.txt
parent109edc5e77be2bfbadfafc18494b2e1657c2543f (diff)
downloaddfhack-b2846492f44ef48803bcc8f7cefb37bb80fd74eb.tar.gz
dfhack-b2846492f44ef48803bcc8f7cefb37bb80fd74eb.tar.bz2
dfhack-b2846492f44ef48803bcc8f7cefb37bb80fd74eb.tar.xz
ruby: compiles
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 6c2a537d..39fdcba9 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -35,6 +35,11 @@ if (BUILD_DWARFEXPORT)
add_subdirectory (dwarfexport)
endif()
+OPTION(BUILD_RUBY "Build ruby binding." OFF)
+if (BUILD_RUBY)
+ add_subdirectory (ruby)
+endif()
+
# Protobuf
FILE(GLOB PROJECT_PROTOS ${CMAKE_CURRENT_SOURCE_DIR}/proto/*.proto)