We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apps_anc
1 parent c8bcb4c commit 7186bcaCopy full SHA for 7186bca
1 file changed
src/apps/anc/CMakeLists.txt
@@ -9,3 +9,4 @@ set (headers "./inc/anc_wnr.h"
9
"./inc/peak_detector.h")
10
11
add_library (apps_anc STATIC ${sources} ${headers})
12
+target_link_libraries (apps_anc PUBLIC apps_common)
0 commit comments