From e3ed5c858bd8b2d00d4ede66f587d1c83971e1aa Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 23 Aug 2017 12:29:10 +0200 Subject: Fix: missing linked default libraries Change-Id: I07d2004dcf1511b0502c52a65f291f5374f69ab2 Signed-off-by: Romain Forlot --- afb-source/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'afb-source') 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} ) -- cgit 1.2.3-korg