diff options
| author | Robert Heinrich | 2012-03-27 17:28:10 +0800 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-28 17:00:33 +0800 |
| commit | cebdbff46dc5db9424a1ac4ba96738a2115f01fe (patch) | |
| tree | 19dd8350608b1eae6c370681d051badedf4ccec0 /plugins/CMakeLists.txt | |
| parent | 515a4467e84943b28221b7830fd57dc996bef1c0 (diff) | |
| download | dfhack-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.txt | 8 |
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() - |
