summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Heinrich2012-03-22 16:30:15 +0100
committerRobert Heinrich2012-03-22 16:30:15 +0100
commitaa807343ccf7fbbadbd2fe59c11bf3cb47eb9b27 (patch)
tree7636d7e784d0b6fa2e259c61efc951776e3ce332 /plugins/CMakeLists.txt
parentcf029e0a2e58ce1ba3f40ae6192cc0418fcca97c (diff)
downloaddfhack-aa807343ccf7fbbadbd2fe59c11bf3cb47eb9b27.tar.gz
dfhack-aa807343ccf7fbbadbd2fe59c11bf3cb47eb9b27.tar.bz2
dfhack-aa807343ccf7fbbadbd2fe59c11bf3cb47eb9b27.tar.xz
vampcheck is now generic cursecheck, added tweak clear-ghostly
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index ae2d4843..36efb82e 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -109,10 +109,10 @@ if(BUILD_SKELETON)
add_subdirectory(skeleton)
endif()
-# this is a plugin which helps detect vampires
-OPTION(BUILD_VAMPCHECK "Build the vampcheck plugin." ON)
-if(BUILD_VAMPCHECK)
- add_subdirectory(vampcheck)
+# this is a plugin which helps detect cursed creatures (vampires, necromancers, werebeasts, ...)
+OPTION(BUILD_CURSECHECK "Build the cursecheck plugin." ON)
+if(BUILD_CURSECHECK)
+ add_subdirectory(cursecheck)
endif()
# alternative version of liquids which can be used non-interactively after configuring it