You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
324 B
CMake
13 lines
324 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/myext.dir/format.cc.o"
|
|
"CMakeFiles/myext.dir/dateparser.cpp.o"
|
|
"CMakeFiles/myext.dir/date/tz.cpp.o"
|
|
"libmyext.pdb"
|
|
"libmyext.a"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/myext.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|