Files
FastSync/build_docker2/_deps/xxhash-subbuild/xxhash-populate-prefix/tmp/xxhash-populate-mkdirs.cmake
T
TapTap bcea8412da
CI / lint (pull_request) Successful in 12s
CI / sanitizers (address) (pull_request) Failing after 14s
CI / sanitizers (undefined) (pull_request) Successful in 16s
CI / fuzz-build (pull_request) Successful in 15s
CI / coverage (pull_request) Successful in 9s
CI / valgrind (pull_request) Failing after 11s
CI / build-and-test (pull_request) Successful in 55s
fix: const qualifier for scanner root_directory parameter
2026-07-21 17:45:26 +02:00

23 lines
1.1 KiB
CMake

# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION 3.5)
file(MAKE_DIRECTORY
"/workspace/build_docker2/_deps/xxhash-src"
"/workspace/build_docker2/_deps/xxhash-build"
"/workspace/build_docker2/_deps/xxhash-subbuild/xxhash-populate-prefix"
"/workspace/build_docker2/_deps/xxhash-subbuild/xxhash-populate-prefix/tmp"
"/workspace/build_docker2/_deps/xxhash-subbuild/xxhash-populate-prefix/src/xxhash-populate-stamp"
"/workspace/build_docker2/_deps/xxhash-subbuild/xxhash-populate-prefix/src"
"/workspace/build_docker2/_deps/xxhash-subbuild/xxhash-populate-prefix/src/xxhash-populate-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/workspace/build_docker2/_deps/xxhash-subbuild/xxhash-populate-prefix/src/xxhash-populate-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/workspace/build_docker2/_deps/xxhash-subbuild/xxhash-populate-prefix/src/xxhash-populate-stamp${cfgdir}") # cfgdir has leading slash
endif()