14 lines
380 B
CMake
14 lines
380 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/http_test.dir/main.cpp.o"
|
|
"CMakeFiles/http_test.dir/main.cpp.o.d"
|
|
"CMakeFiles/http_test.dir/mongoose.c.o"
|
|
"CMakeFiles/http_test.dir/mongoose.c.o.d"
|
|
"http_test"
|
|
"http_test.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C CXX)
|
|
include(CMakeFiles/http_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|