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