From 757c05db862bfe422fb48bccd77e37e3942c32fa Mon Sep 17 00:00:00 2001 From: lethosor Date: Sun, 18 Oct 2015 17:46:37 -0400 Subject: [PATCH] buildingplan-lib: depend on dfhack --- plugins/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 80ad381d8..0cb8b6df2 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -80,6 +80,7 @@ add_custom_target(generate_proto DEPENDS ${PROJECT_PROTO_SRCS} ${PROJECT_PROTO_H SET_SOURCE_FILES_PROPERTIES( Brushes.h PROPERTIES HEADER_FILE_ONLY TRUE ) ADD_LIBRARY(buildingplan-lib STATIC buildingplan-lib.cpp) +TARGET_LINK_LIBRARIES(buildingplan-lib dfhack) # Plugins OPTION(BUILD_SUPPORTED "Build the supported plugins (reveal, probe, etc.)." ON)