11 lines
278 B
CMake
11 lines
278 B
CMake
FILE(REMOVE_RECURSE
|
|
"CMakeFiles/pip_system_test.dir/main.cpp.o"
|
|
"pip_system_test.pdb"
|
|
"pip_system_test"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
FOREACH(lang CXX)
|
|
INCLUDE(CMakeFiles/pip_system_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
ENDFOREACH(lang)
|