summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Heinrich2012-03-27 17:28:10 +0800
committerPetr Mrázek2012-03-28 17:00:33 +0800
commitcebdbff46dc5db9424a1ac4ba96738a2115f01fe (patch)
tree19dd8350608b1eae6c370681d051badedf4ccec0 /plugins/CMakeLists.txt
parent515a4467e84943b28221b7830fd57dc996bef1c0 (diff)
downloaddfhack-cebdbff46dc5db9424a1ac4ba96738a2115f01fe.tar.gz
dfhack-cebdbff46dc5db9424a1ac4ba96738a2115f01fe.tar.bz2
dfhack-cebdbff46dc5db9424a1ac4ba96738a2115f01fe.tar.xz
minor updates in readme.rst; moved changelayer plugin to main plugin folder
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index b2f700e4..84bdf823 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -90,6 +90,7 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(fixpositions fixpositions.cpp)
DFHACK_PLUGIN(follow follow.cpp)
DFHACK_PLUGIN(changevein changevein.cpp)
+ DFHACK_PLUGIN(changelayer changelayer.cpp)
DFHACK_PLUGIN(advtools advtools.cpp)
DFHACK_PLUGIN(tweak tweak.cpp)
DFHACK_PLUGIN(feature feature.cpp)
@@ -104,10 +105,3 @@ OPTION(BUILD_SKELETON "Build the skeleton plugin." OFF)
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()
-