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.
14 lines
369 B
CMake
14 lines
369 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/myfort.dir/my_module.f90.o"
|
|
"CMakeFiles/myfort.dir/my_sub.f.o"
|
|
"CMakeFiles/myfort.dir/mymodule.f90.o"
|
|
"CMakeFiles/myfort.dir/mysub.f.o"
|
|
"libmyfort.a"
|
|
"libmyfort.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang Fortran)
|
|
include(CMakeFiles/myfort.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|