whisper.cpp / examples /main /CMakeLists.txt
William Tambellini
examples : add support for decoding input with ffmpeg (Linux) (#2133)
c160b58 unverified
raw
history blame
186 Bytes
set(TARGET main)
add_executable(${TARGET} main.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE common whisper ${FFMPEG_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})