10 lines
227 B
CMake
10 lines
227 B
CMake
file(REMOVE_RECURSE
|
|
"x509_crt_bundle"
|
|
"../../x509_crt_bundle.S"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang )
|
|
include(CMakeFiles/custom_bundle.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|