diff options
| author | Robert Heinrich | 2012-03-20 09:36:36 +0100 |
|---|---|---|
| committer | Robert Heinrich | 2012-03-20 09:36:36 +0100 |
| commit | 6c6438267babde54aabeaeee1d6d647a307fa320 (patch) | |
| tree | f0f59d4969e83a949fc4b22f3944be7063b7b14b /plugins/CMakeLists.txt | |
| parent | 2bec9f6711146472fb1416e16aa8ee563029aa23 (diff) | |
| download | dfhack-6c6438267babde54aabeaeee1d6d647a307fa320.tar.gz dfhack-6c6438267babde54aabeaeee1d6d647a307fa320.tar.bz2 dfhack-6c6438267babde54aabeaeee1d6d647a307fa320.tar.xz | |
add plugin vampcheck
Diffstat (limited to 'plugins/CMakeLists.txt')
| -rw-r--r-- | plugins/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 1574b5a2..bec46322 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -108,3 +108,9 @@ OPTION(BUILD_SKELETON "Build the skeleton plugin." OFF) 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) +endif() |
