Add mic/ as a subdirectory in examples/CMakeLists.txt to build whisper-mic example
This commit is contained in:
parent
ecd3794a4d
commit
5961f52918
|
|
@ -118,6 +118,7 @@ else()
|
|||
endif (WHISPER_SDL2)
|
||||
|
||||
add_subdirectory(deprecation-warning)
|
||||
add_subdirectory(mic)
|
||||
endif()
|
||||
|
||||
if (WHISPER_SDL2)
|
||||
|
|
|
|||
Loading…
Reference in New Issue