From 85e460802d0867634003768d7b8be356d236aba3 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 (cherry picked from commit 12853475186569b2f47f1d69f817cbef8e590d83) --- 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 87ad3ff5089..4a10a9d1f94 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 common mpq) -- cgit v1.2.3