UNPKG

subtitles-generator

Version:

Generate subtitles easily with ffmpeg and whisper

11 lines (7 loc) 261 B
set(TARGET server) add_executable(${TARGET} server.cpp httplib.h) include(DefaultTargetOptions) target_link_libraries(${TARGET} PRIVATE common json_cpp whisper ${CMAKE_THREAD_LIBS_INIT}) if (WIN32) target_link_libraries(${TARGET} PRIVATE ws2_32) endif()