File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,9 @@ target_link_libraries(sdl_version ${SDL2_LIBRARIES})
34
34
add_executable (simplest simplest.cpp common.cpp )
35
35
target_link_libraries (simplest whisper )
36
36
37
- add_executable (stream_components stream_components.cpp stream_components_audio.cpp stream_components_output.cpp stream_components_service.cpp
38
- inference_handler.cpp )
39
- target_link_libraries (stream_components ${SDL2_LIBRARIES} )
37
+ add_executable (stream_components stream_components.cpp stream_components_audio.cpp stream_components_output.cpp stream_components_service.cpp )
38
+ target_link_libraries (stream_components ${SDL2_LIBRARIES} )
40
39
41
- add_executable (server server.cpp common.cpp httplib.h json.hpp )
40
+ add_executable (server server.cpp whisper_params.h common.cpp httplib.h json.hpp inference_handler.cpp )
42
41
target_link_libraries (server whisper )
43
42
You can’t perform that action at this time.
0 commit comments