Skip to content

Commit c8bcb4c

Browse files
committed
Add apps/voice_detector to CMake
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
1 parent c7a5d5c commit c8bcb4c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
file (GLOB headers "*.h")
2+
file (GLOB sources "*.c*")
3+
4+
add_library (apps_voice_detector STATIC ${sources} ${headers})

0 commit comments

Comments
 (0)