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

cmake: add missing library dependency to libvillas

This commit is contained in:
Steffen Vogel 2018-07-03 15:13:32 +02:00
parent 590166f7fa
commit b35a60e038

View file

@ -67,6 +67,7 @@ set(LIB_SRC
)
add_subdirectory(nodes)
list(APPEND LIBRARIES villas-nodes)
if(LIBCONFIG_FOUND)
list(APPEND INCLUDE_DIRS ${LIBCONFIG_INCLUDE_DIRS})