diff options
| author | Petr Mrázek | 2012-03-24 01:26:36 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-24 01:26:36 +0100 |
| commit | 13cf648634404a0f2ed84b255552663dab7f3a66 (patch) | |
| tree | 3413a8c290dd09174e680419c03dc2a8106865cf /plugins/CMakeLists.txt | |
| parent | addb5c87aa73fa08258923444a031e011f2e8a50 (diff) | |
| parent | c48c7cf874c7b9d7764f448a72c7bf750eef5d9d (diff) | |
| download | dfhack-13cf648634404a0f2ed84b255552663dab7f3a66.tar.gz dfhack-13cf648634404a0f2ed84b255552663dab7f3a66.tar.bz2 dfhack-13cf648634404a0f2ed84b255552663dab7f3a66.tar.xz | |
Merge https://github.com/RossM/dfhack
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 cb38b884..03cf9ee0 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -45,6 +45,11 @@ if (BUILD_DWARFEXPORT) add_subdirectory (dwarfexport) endif() +OPTION(BUILD_AUTOLABOR "Build autolabor." ON) +if (BUILD_AUTOLABOR) + add_subdirectory (autolabor) +endif() + # Protobuf FILE(GLOB PROJECT_PROTOS ${CMAKE_CURRENT_SOURCE_DIR}/proto/*.proto) |
