From ad14ed0a4ae0305295cfb2be86e3b9a3ce099599 Mon Sep 17 00:00:00 2001 From: bobqianic <129547291+bobqianic@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:37:03 +0000 Subject: [PATCH] Update CMakeLists.txt --- examples/stream-stdin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stream-stdin/CMakeLists.txt b/examples/stream-stdin/CMakeLists.txt index dfbc7ea..5443b7b 100644 --- a/examples/stream-stdin/CMakeLists.txt +++ b/examples/stream-stdin/CMakeLists.txt @@ -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})