whisper.cpp / examples /lsp /CMakeLists.txt
AustinMroz
examples : vim plugin and LSP server (#1144)
358f6c9 unverified
raw
history blame
231 Bytes
if (WHISPER_SDL2)
# stream
set(TARGET lsp)
add_executable(${TARGET} lsp.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE common common-sdl whisper ${CMAKE_THREAD_LIBS_INIT})
endif ()