File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,11 @@ 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_local.cpp stream_components_audio.cpp stream_components_output.cpp stream_components_service.cpp )
38
- target_link_libraries (stream_components ${SDL2_LIBRARIES} )
37
+ add_executable (stream_local common.cpp common-sdl.cpp stream_local.cpp
38
+ stream_components_service.cpp stream_components_audio.cpp
39
+ stream_components_output.cpp
40
+ )
41
+ target_link_libraries (stream_local whisper ${SDL2_LIBRARIES} )
39
42
40
43
add_executable (server server.cpp common.cpp httplib.h json.hpp inference_handler.cpp whisper_params.cpp )
41
44
target_link_libraries (server whisper )
You can’t perform that action at this time.
0 commit comments