diff options
| author | jj | 2012-03-21 18:49:50 +0100 |
|---|---|---|
| committer | jj | 2012-04-05 22:15:43 +0200 |
| commit | b2846492f44ef48803bcc8f7cefb37bb80fd74eb (patch) | |
| tree | cd6532bd5805f5e29db14d5f26b4275729d7e3dc /plugins/CMakeLists.txt | |
| parent | 109edc5e77be2bfbadfafc18494b2e1657c2543f (diff) | |
| download | dfhack-b2846492f44ef48803bcc8f7cefb37bb80fd74eb.tar.gz dfhack-b2846492f44ef48803bcc8f7cefb37bb80fd74eb.tar.bz2 dfhack-b2846492f44ef48803bcc8f7cefb37bb80fd74eb.tar.xz | |
ruby: compiles
Diffstat (limited to 'plugins/CMakeLists.txt')
| -rw-r--r-- | plugins/CMakeLists.txt | 5 |
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) |
