12 lines
317 B
CMake
12 lines
317 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/smartphone.dir/src/smartphone.cpp.o"
|
|
"CMakeFiles/smartphone.dir/src/smartphone.cpp.o.d"
|
|
"smartphone"
|
|
"smartphone.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/smartphone.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|