From 9e16da85bcf277c8f7dcae785f4cd61d15e8f5e8 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Thu, 31 Aug 2023 18:19:34 +0100 Subject: [PATCH] Add link directive to `apps_anc` Signed-off-by: Dom Rodriguez --- src/apps/anc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/anc/CMakeLists.txt b/src/apps/anc/CMakeLists.txt index 3fee0ae7..4495dff0 100644 --- a/src/apps/anc/CMakeLists.txt +++ b/src/apps/anc/CMakeLists.txt @@ -9,3 +9,4 @@ set (headers "./inc/anc_wnr.h" "./inc/peak_detector.h") add_library (apps_anc STATIC ${sources} ${headers}) +target_link_libraries (apps_anc PUBLIC apps_common)