mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-11 16:22:12 +00:00
13 lines
314 B
CMake
13 lines
314 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/ZSharp.dir/Main.cpp.o"
|
|
"CMakeFiles/ZSharp.dir/eval.cpp.o"
|
|
"CMakeFiles/ZSharp.dir/strops.cpp.o"
|
|
"ZSharp"
|
|
"ZSharp.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/ZSharp.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|