mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2025-09-15 13:28:35 +08: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)
|