1
0
mirror of https://github.com/ggerganov/whisper.cpp.git synced 2025-03-02 09:02:25 +01:00
whisper.cpp/examples/main/CMakeLists.txt

7 lines
159 B
CMake
Raw Normal View History

set(TARGET main)
add_executable(${TARGET} main.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})