diff options
-rw-r--r-- | ctl-lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctl-lib/CMakeLists.txt b/ctl-lib/CMakeLists.txt index 3f5f434..f292485 100644 --- a/ctl-lib/CMakeLists.txt +++ b/ctl-lib/CMakeLists.txt @@ -34,6 +34,7 @@ PROJECT_TARGET_ADD(ctl-utilities) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} afb-utilities + ${link_libraries} ) # Define target includes for this target client |