Skip to content

Commit e93346c

Browse files
author
litongjava
committed
update CMakeLists.txt
1 parent 99cf59d commit e93346c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ target_link_libraries(sdl_version ${SDL2_LIBRARIES})
3434
add_executable(simplest simplest.cpp common.cpp)
3535
target_link_libraries(simplest whisper)
3636

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})
4039

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)
4241
target_link_libraries(server whisper)
4342

0 commit comments

Comments
 (0)