Cmake fix

develop
Warmist 2014-03-04 19:00:12 +02:00
parent 904808b168
commit 9576c47e18
1 changed files with 2 additions and 1 deletions

@ -163,7 +163,8 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(cleanconst cleanconst.cpp)
DFHACK_PLUGIN(3dveins 3dveins.cpp)
DFHACK_PLUGIN(strangemood strangemood.cpp)
DFHACK_PLUGIN(command-prompt command-prompt.cpp)endif()
DFHACK_PLUGIN(command-prompt command-prompt.cpp)
endif()
# this is the skeleton plugin. If you want to make your own, make a copy and then change it
OPTION(BUILD_SKELETON "Build the skeleton plugin." OFF)