whisper.cpp / examples /main /CMakeLists.txt
ggerganov's picture
examples : refactor in order to reuse code and reduce duplication (#482)
acbd6f7 unverified
raw
history blame
166 Bytes
set(TARGET main)
add_executable(${TARGET} main.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE common whisper ${CMAKE_THREAD_LIBS_INIT})