28 lines
1.7 KiB
CMake
Raw Permalink Normal View History

# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file LICENSE.rst or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
# would cause a fatal error, even though it would be a no-op.
if(NOT EXISTS "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src")
file(MAKE_DIRECTORY "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-src")
endif()
file(MAKE_DIRECTORY
"/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-build"
"/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-subbuild/jwt-cpp-populate-prefix"
"/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-subbuild/jwt-cpp-populate-prefix/tmp"
"/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-subbuild/jwt-cpp-populate-prefix/src/jwt-cpp-populate-stamp"
"/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-subbuild/jwt-cpp-populate-prefix/src"
"/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-subbuild/jwt-cpp-populate-prefix/src/jwt-cpp-populate-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-subbuild/jwt-cpp-populate-prefix/src/jwt-cpp-populate-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/home/ganome/Projects/SCAR-719/repos/scar-chat7/build/_deps/jwt-cpp-subbuild/jwt-cpp-populate-prefix/src/jwt-cpp-populate-stamp${cfgdir}") # cfgdir has leading slash
endif()