Files
2025-10-20 14:33:31 +02:00

12 lines
309 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/test_optim.dir/test_optim.cpp.o"
"CMakeFiles/test_optim.dir/test_optim.cpp.o.d"
"test_optim"
"test_optim.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/test_optim.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()