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

fix linking of libuldaq

This commit is contained in:
Steffen Vogel 2019-02-09 20:17:09 +00:00
parent 6f9f6ab479
commit a5c5e91bf8

View file

@ -23,7 +23,7 @@
set(NODE_SRC
influxdb.c
stats.c
signal_generator.c
signal_generator.c
loopback.c
)
@ -49,8 +49,8 @@ endif()
# Enable Universal Library for Linux DAQ devices (libuldaq)
if(LIBULDAQ_FOUND)
list(APPEND NODE_SRC uldaq.c)
list(APPEND INCLUDE_DIRS ${ULDAQ_INCLUDE_DIRS})
list(APPEND LIBRARIES PkgConfig::LIBULDAQ)
list(APPEND INCLUDE_DIRS ${LIBULDAQ_INCLUDE_DIRS})
list(APPEND LIBRARIES PkgConfig::LIBULDAQ uldaq)
endif()
# Enable shared memory node-type