diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 12:14:34 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:04 +0100 |
commit | a57c6ccafb2174d7c7e7bfd49a94772e40b265b1 (patch) | |
tree | 7fec3a9a9d8c3c207a8baa6fe129e59d18fb19d3 /afb-source | |
parent | 57a37d53461a07eebf391f9f3a8b41d7f6fcbdb5 (diff) |
Fix: link dependency issue with afb-utilities
Change-Id: Iabea3e725a65575b53133f7963b1f7ffda6bb326
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'afb-source')
-rw-r--r-- | afb-source/CMakeLists.txt | 5 |
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 + ) + |