From 12853475186569b2f47f1d69f817cbef8e590d83 Mon Sep 17 00:00:00 2001 From: Naios Date: Tue, 19 Dec 2017 17:22:30 +0100 Subject: Build: Inherit the features and warning flags privately --- src/tools/map_extractor/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools/map_extractor') diff --git a/src/tools/map_extractor/CMakeLists.txt b/src/tools/map_extractor/CMakeLists.txt index 6347d3bc807..40122f11f52 100644 --- a/src/tools/map_extractor/CMakeLists.txt +++ b/src/tools/map_extractor/CMakeLists.txt @@ -27,6 +27,8 @@ target_include_directories(mapextractor ${CMAKE_CURRENT_SOURCE_DIR}/loadlib) target_link_libraries(mapextractor + PRIVATE + trinity-core-interface PUBLIC extractor_common) -- cgit v1.2.3