Files
FastSync/build_docker2/_deps/xxhash-subbuild/CMakeFiles/xxhash-populate.dir/cmake_clean.cmake
T
TapTap ab4bb84ed6
CI / lint (pull_request) Failing after 7s
CI / build-and-test (pull_request) Has been skipped
CI / sanitizers (address) (pull_request) Has been skipped
CI / sanitizers (undefined) (pull_request) Has been skipped
CI / fuzz-build (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / valgrind (pull_request) Has been skipped
fix: const qualifier in test_transport_ssh.c
2026-07-21 17:46:04 +02:00

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()