File size: 510 Bytes
b664585 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
file(REMOVE_RECURSE
"../../bin/llama-server"
"../../bin/llama-server.pdb"
"CMakeFiles/llama-server.dir/server.cpp.o"
"CMakeFiles/llama-server.dir/server.cpp.o.d"
"completion.js.hpp"
"deps_daisyui.min.css.hpp"
"deps_markdown-it.js.hpp"
"deps_tailwindcss.js.hpp"
"deps_vue.esm-browser.js.hpp"
"index.html.hpp"
"loading.html.hpp"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/llama-server.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
|