Your Name bd1ad20990
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
dropshell release 2025.0513.2134
2025-05-13 21:34:59 +12:00

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