2022-10-25 16:13:08 +00:00
|
|
|
set(TARGET main)
|
|
|
|
add_executable(${TARGET} main.cpp)
|
2023-01-05 19:22:48 +00:00
|
|
|
|
|
|
|
include(DefaultTargetOptions)
|
|
|
|
|
2024-05-21 15:31:41 +00:00
|
|
|
target_link_libraries(${TARGET} PRIVATE common whisper ${FFMPEG_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|