summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-24 01:26:36 +0100
committerPetr Mrázek2012-03-24 01:26:36 +0100
commit13cf648634404a0f2ed84b255552663dab7f3a66 (patch)
tree3413a8c290dd09174e680419c03dc2a8106865cf /plugins/CMakeLists.txt
parentaddb5c87aa73fa08258923444a031e011f2e8a50 (diff)
parentc48c7cf874c7b9d7764f448a72c7bf750eef5d9d (diff)
downloaddfhack-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.txt5
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)