From 9576c47e1877f69c21b6d4df5b5204d9646be884 Mon Sep 17 00:00:00 2001 From: Warmist Date: Tue, 4 Mar 2014 19:00:12 +0200 Subject: [PATCH] Cmake fix --- plugins/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)