diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 12:29:10 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 12:29:10 +0200 |
commit | 3348d946335efd38f806b5550ad9d972c9e05cc2 (patch) | |
tree | a4dccb04ceaddfd73bcb8ea0dea62de13c60807c | |
parent | 283ef1e00f81f88253d741b61277b45d7ed84bff (diff) |
Fix: missing linked default libraries
Change-Id: I07d2004dcf1511b0502c52a65f291f5374f69ab2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | afb-source/CMakeLists.txt | 1 |
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} ) |