1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cmake: use proper include dirs

This commit is contained in:
Steffen Vogel 2018-08-21 12:19:25 +02:00
parent fbe30f0aac
commit 18e55c7fb4

View file

@ -28,8 +28,8 @@ add_library(villas-common SHARED
)
target_include_directories(villas-common PUBLIC
${PROJECT_SOURCE_DIR}/include
${PROJECT_SOURCE_DIR}/thirdparty/spdlog/include
${villas-common_SOURCE_DIR}/include
${villas-common_SOURCE_DIR}/thirdparty/spdlog/include
${JANSSON_INCLUDE_DIRS}
)