whisper.cpp / examples /CMakeLists.txt
ggerganov's picture
wip : initial WASM port
4abd756
raw
history blame
173 Bytes
# dependencies
find_package(Threads REQUIRED)
# third-party
#add_subdirectory(third-party)
# examples
if (EMSCRIPTEN)
add_subdirectory(whisper.wasm)
else()
endif()