Skip to content

Commit

Permalink
Add apps/voice_detector to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
shymega committed Jul 14, 2023
1 parent d90340d commit 12d81e9
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 12d81e9

Please sign in to comment.