diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 12:29:10 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:04 +0100 |
commit | e3ed5c858bd8b2d00d4ede66f587d1c83971e1aa (patch) | |
tree | a4dccb04ceaddfd73bcb8ea0dea62de13c60807c /afb-source | |
parent | a57c6ccafb2174d7c7e7bfd49a94772e40b265b1 (diff) |
Fix: missing linked default libraries
Change-Id: I07d2004dcf1511b0502c52a65f291f5374f69ab2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'afb-source')
-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} ) |