diff options
| author | unknown | 2012-03-16 21:45:52 -0700 |
|---|---|---|
| committer | unknown | 2012-03-16 21:45:52 -0700 |
| commit | 89edfd4e15ee79942472a6e763e9607780a9b3f6 (patch) | |
| tree | 2e5c4ecd95270277969357b699f95aa4e264cb25 /plugins/CMakeLists.txt | |
| parent | 3168a2ef620751f7741d43ae47679c7145715325 (diff) | |
| download | dfhack-89edfd4e15ee79942472a6e763e9607780a9b3f6.tar.gz dfhack-89edfd4e15ee79942472a6e763e9607780a9b3f6.tar.bz2 dfhack-89edfd4e15ee79942472a6e763e9607780a9b3f6.tar.xz | |
Initial Autolabor code.
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 1574b5a2..28ea180f 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) |
