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:
parent
6f9f6ab479
commit
a5c5e91bf8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue