8531f9e4c1
CI / lint (push) Successful in 7s
CI / lint (pull_request) Successful in 8s
CI / build-and-test (push) Successful in 53s
CI / sanitizers (address) (push) Successful in 14s
CI / build-and-test (pull_request) Successful in 52s
CI / sanitizers (address) (pull_request) Successful in 14s
18 lines
861 B
CMake
18 lines
861 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/xxhash-populate"
|
|
"CMakeFiles/xxhash-populate-complete"
|
|
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-build"
|
|
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-configure"
|
|
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-download"
|
|
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-install"
|
|
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-mkdir"
|
|
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-patch"
|
|
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-test"
|
|
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-update"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang )
|
|
include(CMakeFiles/xxhash-populate.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|