diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 73be89621..6e1425b9c 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -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)