Update CMakeLists.txt

pull/1823/head
bobqianic 2024-02-03 00:37:03 +00:00 committed by GitHub
parent a308108a6e
commit ad14ed0a4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ add_executable(${TARGET} stream-stdin.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE common whisper ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries(${TARGET} PRIVATE common audio-stdin whisper ${CMAKE_THREAD_LIBS_INIT})