dropshell release 2025.0513.2134
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-13 21:34:59 +12:00
parent adcb3567d4
commit bd1ad20990
1055 changed files with 168339 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# 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
"/home/j/code/dropshell/build_amd64/_deps/zstd-src"
"/home/j/code/dropshell/build_amd64/_deps/zstd-build"
"/home/j/code/dropshell/build_amd64/_deps/zstd-subbuild/zstd-populate-prefix"
"/home/j/code/dropshell/build_amd64/_deps/zstd-subbuild/zstd-populate-prefix/tmp"
"/home/j/code/dropshell/build_amd64/_deps/zstd-subbuild/zstd-populate-prefix/src/zstd-populate-stamp"
"/home/j/code/dropshell/build_amd64/_deps/zstd-subbuild/zstd-populate-prefix/src"
"/home/j/code/dropshell/build_amd64/_deps/zstd-subbuild/zstd-populate-prefix/src/zstd-populate-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/home/j/code/dropshell/build_amd64/_deps/zstd-subbuild/zstd-populate-prefix/src/zstd-populate-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/home/j/code/dropshell/build_amd64/_deps/zstd-subbuild/zstd-populate-prefix/src/zstd-populate-stamp${cfgdir}") # cfgdir has leading slash
endif()