diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index b202ca00b..b3fd7834c 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -118,6 +118,7 @@ else() endif (WHISPER_SDL2) add_subdirectory(deprecation-warning) + add_subdirectory(mic) endif() if (WHISPER_SDL2)