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:
parent
fbe30f0aac
commit
18e55c7fb4
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue