"LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/buildlib.sh" did not exist on "5d0fe69b2592f3c19fd12529ad94cb64ec0ed7d1"
CMakeLists.txt 226 Bytes
Newer Older
xuxzh1's avatar
init  
xuxzh1 committed
1
set(TARGET llama-cli)
mashun1's avatar
v1  
mashun1 committed
2
3
4
5
add_executable(${TARGET} main.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)