From b65e0a1f01135c7c70a35124d996c15505f0a84a Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Wed, 13 Feb 2019 15:12:33 +0100 Subject: [PATCH] include dirs --- slsSupportLib/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/slsSupportLib/CMakeLists.txt b/slsSupportLib/CMakeLists.txt index be39ec9b4..dbe1273b1 100644 --- a/slsSupportLib/CMakeLists.txt +++ b/slsSupportLib/CMakeLists.txt @@ -37,7 +37,10 @@ add_library(slsSupportLib SHARED ${HEADERS} ) -target_include_directories(slsSupportLib PUBLIC include) +target_include_directories(slsSupportLib PUBLIC + include + ${ZeroMQ_INCLUDE_DIRS} + ) set_target_properties(slsSupportLib PROPERTIES LIBRARY_OUTPUT_NAME SlsSupport