Files
MARTe-Integrated-Components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/tmp/imgui-populate-mkdirs.cmake
T
2026-06-12 15:25:13 +02:00

28 lines
1.9 KiB
CMake

# 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/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-src")
file(MAKE_DIRECTORY "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-src")
endif()
file(MAKE_DIRECTORY
"/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-build"
"/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix"
"/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/tmp"
"/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp"
"/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src"
"/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp${cfgdir}") # cfgdir has leading slash
endif()