Skip to content

Commit a81dfa7

Browse files
committed
Add link directive to apps_anc
Signed-off-by: Dom Rodriguez <[email protected]>
1 parent b3b0e7f commit a81dfa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)