11 lines
259 B
CMake
Executable File
11 lines
259 B
CMake
Executable File
file(REMOVE_RECURSE
|
|
"CMakeFiles/simple_ex1.dir/simple_ex1.cc.o"
|
|
"simple_ex1.pdb"
|
|
"simple_ex1"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/simple_ex1.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|