Skip to content

Commit 7186bca

Browse files
committed
Add link directive to apps_anc
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
1 parent c8bcb4c commit 7186bca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/apps/anc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ set (headers "./inc/anc_wnr.h"
99
"./inc/peak_detector.h")
1010

1111
add_library (apps_anc STATIC ${sources} ${headers})
12+
target_link_libraries (apps_anc PUBLIC apps_common)

0 commit comments

Comments
 (0)