File size: 174 Bytes
a5f8f3c
 
 
 
 
 
1
2
3
4
5
6
7
set(TARGET quantize)
add_executable(${TARGET} quantize.cpp)

include(DefaultTargetOptions)

target_link_libraries(${TARGET} PRIVATE common whisper ${CMAKE_THREAD_LIBS_INIT})