"test/torchaudio_unittest/io_test.py" did not exist on "0b93ff06f7cfb22a27daa0d146d1b8cff6a20225"
CMakeLists.txt 231 Bytes
Newer Older
xuxzh1's avatar
init  
xuxzh1 committed
1
set(TARGET llama-infill)
mashun1's avatar
v1  
mashun1 committed
2
3
4
5
add_executable(${TARGET} infill.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)