CMakeLists.txt 163 Bytes
Newer Older
moto's avatar
moto committed
1
2
3
add_executable(augment main.cpp)
target_link_libraries(augment "${TORCH_LIBRARIES}" "${TORCHAUDIO_LIBRARY}")
set_property(TARGET augment PROPERTY CXX_STANDARD 14)