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

uldaq: fix CMakeLists

This commit is contained in:
Steffen Vogel 2018-09-25 10:25:16 +02:00
parent eb7cccf424
commit f499e49ef7

View file

@ -50,7 +50,7 @@ endif()
if(ULDAQ_FOUND)
list(APPEND NODE_SRC uldaq.c)
list(APPEND INCLUDE_DIRS ${ULDAQ_INCLUDE_DIRS})
list(APPEND LIBRARIES PkgConfig::ULDAQ)
list(APPEND LIBRARIES uldaq)
endif()
# Enable shared memory node-type