summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--afb-source/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/afb-source/CMakeLists.txt b/afb-source/CMakeLists.txt
index cfbd4f7..560c6c5 100644
--- a/afb-source/CMakeLists.txt
+++ b/afb-source/CMakeLists.txt
@@ -41,3 +41,8 @@ PROJECT_TARGET_ADD(control-afb)
LINK_FLAGS ${BINDINGS_LINK_FLAG}
OUTPUT_NAME ${TARGET_NAME}
)
+
+ TARGET_LINK_LIBRARIES(${TARGET_NAME}
+ afb-utilities
+ )
+