whisper.cpp / examples /lsp /CMakeLists.txt
felrock's picture
examples : clean up common code (#1871)
da3cdf4 unverified
if (WHISPER_SDL2)
# stream
set(TARGET lsp)
add_executable(${TARGET} lsp.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE common json_cpp common-sdl whisper ${CMAKE_THREAD_LIBS_INIT})
endif ()