summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Heinrich2012-03-26 04:15:42 +0200
committerRobert Heinrich2012-03-26 04:15:42 +0200
commite63ba6f87de66fe039880be20aa57351b79538de (patch)
tree5865422c638fff067219f2f31c2a4f785440a2d3 /plugins/CMakeLists.txt
parent96064da6baa545ef31f586ff4b1c997c04bcb9a9 (diff)
downloaddfhack-e63ba6f87de66fe039880be20aa57351b79538de.tar.gz
dfhack-e63ba6f87de66fe039880be20aa57351b79538de.tar.bz2
dfhack-e63ba6f87de66fe039880be20aa57351b79538de.tar.xz
added changelayer plugin
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 4559c8c7..b2f700e4 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -105,3 +105,9 @@ if(BUILD_SKELETON)
add_subdirectory(skeleton)
endif()
+# this is the changelayer plugin.
+OPTION(BUILD_CHANGELAYER "Build the changelayer plugin." ON)
+if(BUILD_CHANGELAYER)
+ add_subdirectory(changelayer)
+endif()
+