summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-23 12:29:10 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-23 12:29:10 +0200
commit3348d946335efd38f806b5550ad9d972c9e05cc2 (patch)
treea4dccb04ceaddfd73bcb8ea0dea62de13c60807c
parent283ef1e00f81f88253d741b61277b45d7ed84bff (diff)
Fix: missing linked default libraries
Change-Id: I07d2004dcf1511b0502c52a65f291f5374f69ab2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--afb-source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/afb-source/CMakeLists.txt b/afb-source/CMakeLists.txt
index 560c6c5..4720f29 100644
--- a/afb-source/CMakeLists.txt
+++ b/afb-source/CMakeLists.txt
@@ -44,5 +44,6 @@ PROJECT_TARGET_ADD(control-afb)
TARGET_LINK_LIBRARIES(${TARGET_NAME}
afb-utilities
+ ${link_libraries}
)