Skip to content

Commit

Permalink
Add apps/voice_detector to CMake
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
  • Loading branch information
shymega committed May 12, 2024
1 parent c7a5d5c commit c8bcb4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/apps/voice_detector/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
file (GLOB headers "*.h")
file (GLOB sources "*.c*")

add_library (apps_voice_detector STATIC ${sources} ${headers})

0 comments on commit c8bcb4c

Please sign in to comment.