This commit is contained in:
2024-10-16 10:15:43 +02:00
parent 1269b8dce7
commit 18845abe1c
97 changed files with 10609 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
"C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-src"
"C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-build"
"C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-subbuild/gtest-populate-prefix"
"C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-subbuild/gtest-populate-prefix/tmp"
"C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-subbuild/gtest-populate-prefix/src/gtest-populate-stamp"
"C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-subbuild/gtest-populate-prefix/src"
"C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-subbuild/gtest-populate-prefix/src/gtest-populate-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-subbuild/gtest-populate-prefix/src/gtest-populate-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-subbuild/gtest-populate-prefix/src/gtest-populate-stamp${cfgdir}") # cfgdir has leading slash
endif()