Skip to content

Commit 35048fd

Browse files
author
litongjava
committed
rename to whisper_http_server_base_httplib
1 parent 4f97726 commit 35048fd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ add_executable(stream_local common.cpp common-sdl.cpp stream_local.cpp
4040
)
4141
target_link_libraries(stream_local whisper ${SDL2_LIBRARIES})
4242

43-
add_executable(server server.cpp common.cpp httplib.h json.hpp inference_handler.cpp whisper_params.cpp)
43+
add_executable(whisper_http_server_base_httplib whisper_http_server_base_httplib.cpp common.cpp httplib.h json.hpp inference_handler.cpp whisper_params.cpp)
4444
target_link_libraries(server whisper)
4545

File renamed without changes.

0 commit comments

Comments
 (0)