Add mic/ as a subdirectory in examples/CMakeLists.txt to build whisper-mic example

This commit is contained in:
nick huang 2026-03-20 06:34:13 +08:00
parent ecd3794a4d
commit 5961f52918
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ else()
endif (WHISPER_SDL2)
add_subdirectory(deprecation-warning)
add_subdirectory(mic)
endif()
if (WHISPER_SDL2)