mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-10 12:41:10 +00:00
* whisper : rename binaries + fix install * cont : try to fix ci * cont : fix emscripten builds
5 lines
194 B
CMake
5 lines
194 B
CMake
add_executable(main ./deprecation-warning.cpp)
|
|
add_executable(bench ./deprecation-warning.cpp)
|
|
add_executable(stream ./deprecation-warning.cpp)
|
|
add_executable(command ./deprecation-warning.cpp)
|