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/voice_detector
1 parent c7a5d5c commit c8bcb4cCopy full SHA for c8bcb4c
1 file changed
src/apps/voice_detector/CMakeLists.txt
@@ -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