whisper.cpp / examples /main /CMakeLists.txt
Andy Maloney
cmake : update to 3.19 (#351)
37e2420 unverified
raw
history blame
159 Bytes
set(TARGET main)
add_executable(${TARGET} main.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})