Felipe97/llama-cpp-compiled
01.1k
1set(TARGET llama-debug)2add_executable(${TARGET} debug.cpp)3install(TARGETS ${TARGET} RUNTIME)4target_link_libraries(${TARGET} PRIVATE llama-common llama ${CMAKE_THREAD_LIBS_INIT})5target_compile_features(${TARGET} PRIVATE cxx_std_17)6 