mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cmake: fix linking
This commit is contained in:
parent
b55186d16c
commit
5f72532fba
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ endif()
|
|||
if(LIBIEC61850_FOUND)
|
||||
list(APPEND NODE_SRC iec61850_sv.c iec61850.c)
|
||||
list(APPEND INCLUDE_DIRS ${LIBIEC61850_INCLUDE_DIRS})
|
||||
list(APPEND LIBRARIES ${LIBIEC61850_LIBRARIES} PkgConfig::LIBIEC61850)
|
||||
list(APPEND LIBRARIES PkgConfig::LIBIEC61850)
|
||||
endif()
|
||||
|
||||
# Enable OPAL-RT Asynchronous Process support (will result in 32bit binary!!!)
|
||||
|
|
|
@ -47,7 +47,7 @@ if(CRITERION_FOUND)
|
|||
|
||||
add_executable(unit-tests ${TEST_SRC})
|
||||
target_link_libraries(unit-tests PUBLIC
|
||||
${CRITERION_LIBRARIES}
|
||||
PkgConfig::CRITERION
|
||||
villas
|
||||
Threads::Threads
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue