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