Update CMakeLists.txt

This commit is contained in:
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

View file

@ -4,4 +4,4 @@ add_executable(${TARGET} stream-stdin.cpp)
include(DefaultTargetOptions) 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})