Files
whisper.cpp/examples/parallel/CMakeLists.txt
2022-10-29 19:37:19 +03:00

4 lines
135 B
CMake

set(TARGET parallel)
add_executable(${TARGET} parallel.cpp)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})