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