aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-12-13 00:51:26 -0500
committersotech117 <michael_foiani@brown.edu>2023-12-13 00:51:26 -0500
commitc6f2be2fed772f300c0cdfe59a4a8a2733d15574 (patch)
tree9006395c9d5d80e381cb626fcd0083da83d07fb9
parentc6fde36de2d02e487d86e3d04393a1b9e1661d97 (diff)
fixing rays directions 4d
-rw-r--r--.idea/QtSettings.xml8
-rw-r--r--cmake-build-debug/.cmake/api/v1/reply/index-2023-12-13T05-49-38-0227.json (renamed from cmake-build-debug/.cmake/api/v1/reply/index-2023-12-08T20-03-25-0518.json)0
-rw-r--r--cmake-build-debug/.ninja_depsbin253952 -> 178880 bytes
-rw-r--r--cmake-build-debug/.ninja_log103
-rw-r--r--cmake-build-debug/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt132
-rw-r--r--cmake-build-debug/Testing/Temporary/LastTest.log4
-rwxr-xr-xcmake-build-debug/projects_raybin1675513 -> 1675225 bytes
-rw-r--r--cmake-build-release/.cmake/api/v1/query/cache-v20
-rw-r--r--cmake-build-release/.cmake/api/v1/query/cmakeFiles-v10
-rw-r--r--cmake-build-release/.cmake/api/v1/query/codemodel-v20
-rw-r--r--cmake-build-release/.cmake/api/v1/query/toolchains-v10
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/cache-v2-aa40ce51359816edb8f9.json6047
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/cmakeFiles-v1-af80d878e91b46f14517.json2123
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/codemodel-v2-2d9caf1903ea79a14920.json94
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/directory-.-Release-f5ebdc15457944623624.json14
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/directory-glm-Release-2bef2a2728e6bac3f360.json14
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/index-2023-12-13T05-49-38-0799.json108
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/target-projects_ray-Release-d5a7b6c8d394e2a91e97.json946
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/target-projects_ray_autogen-Release-4ce2c4fcf9d336402daa.json71
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/target-projects_ray_autogen_timestamp_deps-Release-13dacd06bea72fd44545.json58
-rw-r--r--cmake-build-release/.cmake/api/v1/reply/toolchains-v1-577ea0f3a8aa7156cbd5.json57
-rw-r--r--cmake-build-release/.ninja_depsbin0 -> 174976 bytes
-rw-r--r--cmake-build-release/.ninja_log31
-rw-r--r--cmake-build-release/.qt/QtDeploySupport.cmake60
-rw-r--r--cmake-build-release/CMakeCache.txt1224
-rw-r--r--cmake-build-release/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake83
-rwxr-xr-xcmake-build-release/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.binbin0 -> 16983 bytes
-rw-r--r--cmake-build-release/CMakeFiles/3.26.4/CMakeSystem.cmake15
-rw-r--r--cmake-build-release/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp855
-rw-r--r--cmake-build-release/CMakeFiles/CMakeConfigureLog.yaml274
-rw-r--r--cmake-build-release/CMakeFiles/TargetDirectories.txt15
-rw-r--r--cmake-build-release/CMakeFiles/clean_additional.cmake10
-rw-r--r--cmake-build-release/CMakeFiles/clion-Release-log.txt18
-rw-r--r--cmake-build-release/CMakeFiles/clion-environment.txtbin0 -> 251 bytes
-rw-r--r--cmake-build-release/CMakeFiles/cmake.check_cache1
-rw-r--r--cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenInfo.json779
-rw-r--r--cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenUsed.txt2
-rw-r--r--cmake-build-release/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt1732
-rw-r--r--cmake-build-release/CMakeFiles/rules.ninja72
-rw-r--r--cmake-build-release/Testing/Temporary/LastTest.log3
-rw-r--r--cmake-build-release/build.ninja549
-rw-r--r--cmake-build-release/cmake_install.cmake54
-rw-r--r--cmake-build-release/glm/cmake_install.cmake39
-rwxr-xr-xcmake-build-release/projects_raybin0 -> 350537 bytes
-rw-r--r--cmake-build-release/projects_ray_autogen/OWQMYEJWPR/moc_aspectratiowidget.cpp147
-rw-r--r--cmake-build-release/projects_ray_autogen/SKZFJBACJG/moc_raytracer.cpp312
-rw-r--r--cmake-build-release/projects_ray_autogen/UVLADIE3JM/moc_mainwindow.cpp399
-rw-r--r--cmake-build-release/projects_ray_autogen/deps948
-rw-r--r--cmake-build-release/projects_ray_autogen/moc_predefs.h419
-rw-r--r--cmake-build-release/projects_ray_autogen/mocs_compilation.cpp4
-rw-r--r--cmake-build-release/projects_ray_autogen/timestamp0
-rw-r--r--scenefiles-4d/unit_sphere.json2
-rw-r--r--src/accelerate/myqtconcurrent.cpp2
-rw-r--r--src/raytracer/raytracer.cpp7
-rw-r--r--src/vec4ops/transform4d.cpp2
-rw-r--r--src/vec4ops/vec4ops.cpp9
56 files changed, 17698 insertions, 148 deletions
diff --git a/.idea/QtSettings.xml b/.idea/QtSettings.xml
index e34e6ce..faa7b06 100644
--- a/.idea/QtSettings.xml
+++ b/.idea/QtSettings.xml
@@ -12,6 +12,14 @@
</PerProfileState>
</value>
</entry>
+ <entry key="Release">
+ <value>
+ <PerProfileState>
+ <option name="myQmlPath" value="$USER_HOME$/Qt/6.5.2/macos/./qml" />
+ <option name="myQtBinPath" value="$USER_HOME$/Qt/6.5.2/macos/bin" />
+ </PerProfileState>
+ </value>
+ </entry>
</map>
</option>
</component>
diff --git a/cmake-build-debug/.cmake/api/v1/reply/index-2023-12-08T20-03-25-0518.json b/cmake-build-debug/.cmake/api/v1/reply/index-2023-12-13T05-49-38-0227.json
index 39e028e..39e028e 100644
--- a/cmake-build-debug/.cmake/api/v1/reply/index-2023-12-08T20-03-25-0518.json
+++ b/cmake-build-debug/.cmake/api/v1/reply/index-2023-12-13T05-49-38-0227.json
diff --git a/cmake-build-debug/.ninja_deps b/cmake-build-debug/.ninja_deps
index 8b17120..5e4528c 100644
--- a/cmake-build-debug/.ninja_deps
+++ b/cmake-build-debug/.ninja_deps
Binary files differ
diff --git a/cmake-build-debug/.ninja_log b/cmake-build-debug/.ninja_log
index 4833c6f..4b566ec 100644
--- a/cmake-build-debug/.ninja_log
+++ b/cmake-build-debug/.ninja_log
@@ -1,76 +1,41 @@
# ninja log v5
-37 1002 1702063495670965252 CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o 41959d435611c983
-1 163 1702065805502556826 build.ninja 34bb77e754b05480
-1129 1843 1702062977342546570 CMakeFiles/projects_ray.dir/src/4dvecops/rotations4d.cpp.o ce6e3c7f960de866
-1220 1963 1702062977461615794 CMakeFiles/projects_ray.dir/src/intersect/intersect.cpp.o 46167bd837be2b2a
-1153 1904 1702062977403040871 CMakeFiles/projects_ray.dir/src/illuminate/reflect.cpp.o 63ef5fb7afacbb32
-7 34 1702063494707727424 projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
-7 34 1702063494707727424 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/timestamp d580242d2b9854b3
-389 1129 1702062976626800433 CMakeFiles/projects_ray.dir/src/utils/raytracerutils.cpp.o 6d0b760a9c84856a
-389 1124 1702062976621998218 CMakeFiles/projects_ray.dir/src/accelerate/myqthreads.cpp.o e51322a1e2833898
-7 34 1702063494707727424 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
-1215 1995 1702062977494482428 CMakeFiles/projects_ray.dir/src/illuminate/illuminate.cpp.o 1e4b595f9246a14f
-1002 1148 1702063495820276807 projects_ray 69591c53d0e17f8e
-389 1153 1702062976653549225 CMakeFiles/projects_ray.dir/src/4dvecops/vec4operations.cpp.o d05a5fd3c2f1f4c4
-390 1215 1702062976713930192 CMakeFiles/projects_ray.dir/src/accelerate/kdtree.cpp.o affe7813bf94b99f
-7 34 1702063494707727424 projects_ray_autogen/timestamp d580242d2b9854b3
-389 1194 1702062976692855035 CMakeFiles/projects_ray.dir/src/aliasing/supersample.cpp.o 829a155a1ffac273
-1194 1944 1702062977443687058 CMakeFiles/projects_ray.dir/src/illuminate/shadow.cpp.o 643a1e808e96cec
-389 1220 1702062976719809368 CMakeFiles/projects_ray.dir/src/aliasing/filter.cpp.o c1cad78d9998b2c4
-1124 1934 1702062977432980500 CMakeFiles/projects_ray.dir/src/accelerate/bvh.cpp.o a8cce28f179d7603
-1995 2884 1702062978382551338 CMakeFiles/projects_ray.dir/src/mainwindow.cpp.o 96d8c110d02a09df
-1944 2276 1702062977776055279 CMakeFiles/projects_ray.dir/src/camera/camera.cpp.o 9f825ee08bf53b36
-1706 2503 1702062978000706958 CMakeFiles/projects_ray.dir/src/utils/sceneparser.cpp.o d9e1b1ef9f57a97a
-1963 2190 1702062977691669565 CMakeFiles/projects_ray.dir/src/settings.cpp.o 7c89207347735849
-1934 3161 1702062978659402142 CMakeFiles/projects_ray.dir/src/raytracer/raytracer.cpp.o 78383fd2d33d7c09
+434 1848 1702444373830546326 CMakeFiles/projects_ray.dir/src/main.cpp.o 18bcd3026e919fd3
+434 1457 1702444373441093751 CMakeFiles/projects_ray.dir/projects_ray_autogen/mocs_compilation.cpp.o 75d01056e19b5cdd
+435 1444 1702444373427498710 CMakeFiles/projects_ray.dir/src/raytracer/raytracescene.cpp.o b0ea56778abe094c
+37 1247 1702445712023735270 CMakeFiles/projects_ray.dir/src/accelerate/myqtconcurrent.cpp.o 5d42dc23cb8d46fc
+434 1326 1702444373310625571 CMakeFiles/projects_ray.dir/src/intersect/normals.cpp.o f9c9e1c96d11334b
+1828 2610 1702444374593939972 CMakeFiles/projects_ray.dir/src/texture/texture.cpp.o a6917eb97660581e
1150 1837 1702062977336494519 CMakeFiles/projects_ray.dir/src/4dvecops/transform4d.cpp.o edbb1aa44772a316
-388 1150 1702062976649649343 CMakeFiles/projects_ray.dir/src/texture/texture.cpp.o a6917eb97660581e
-1904 2623 1702062978121755687 CMakeFiles/projects_ray.dir/src/intersect/normals.cpp.o f9c9e1c96d11334b
-389 1705 1702062977200217227 CMakeFiles/projects_ray.dir/src/accelerate/myqtconcurrent.cpp.o 5d42dc23cb8d46fc
-1843 2626 1702062978126233527 CMakeFiles/projects_ray.dir/src/raytracer/raytracescene.cpp.o b0ea56778abe094c
-2277 3074 1702062978573573842 CMakeFiles/projects_ray.dir/projects_ray_autogen/mocs_compilation.cpp.o 75d01056e19b5cdd
-2190 3283 1702062978781768457 CMakeFiles/projects_ray.dir/src/main.cpp.o 18bcd3026e919fd3
-9 433 1702444372415632000 projects_ray_autogen/timestamp d580242d2b9854b3
-9 433 1702444372415632000 projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
-9 433 1702444372415632000 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/timestamp d580242d2b9854b3
-9 433 1702444372415632000 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
+40 1175 1702446435736039716 CMakeFiles/projects_ray.dir/src/raytracer/raytracer.cpp.o 78383fd2d33d7c09
434 845 1702444372830855560 CMakeFiles/projects_ray.dir/src/settings.cpp.o 7c89207347735849
-434 967 1702444372952353755 CMakeFiles/projects_ray.dir/src/camera/camera.cpp.o 9f825ee08bf53b36
-434 1326 1702444373310625571 CMakeFiles/projects_ray.dir/src/intersect/normals.cpp.o f9c9e1c96d11334b
-435 1444 1702444373427498710 CMakeFiles/projects_ray.dir/src/raytracer/raytracescene.cpp.o b0ea56778abe094c
-434 1457 1702444373441093751 CMakeFiles/projects_ray.dir/projects_ray_autogen/mocs_compilation.cpp.o 75d01056e19b5cdd
-434 1535 1702444373516827643 CMakeFiles/projects_ray.dir/src/mainwindow.cpp.o 96d8c110d02a09df
967 1828 1702444373811590395 CMakeFiles/projects_ray.dir/src/utils/sceneparser.cpp.o d9e1b1ef9f57a97a
-434 1848 1702444373830546326 CMakeFiles/projects_ray.dir/src/main.cpp.o 18bcd3026e919fd3
-845 1872 1702444373854539272 CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o 41959d435611c983
-434 1960 1702444373930524124 CMakeFiles/projects_ray.dir/src/raytracer/raytracer.cpp.o 78383fd2d33d7c09
-1326 2077 1702444374059597091 CMakeFiles/projects_ray.dir/src/intersect/intersect.cpp.o 46167bd837be2b2a
-1457 2192 1702444374175167768 CMakeFiles/projects_ray.dir/src/illuminate/shadow.cpp.o 643a1e808e96cec
-1444 2214 1702444374197933794 CMakeFiles/projects_ray.dir/src/illuminate/illuminate.cpp.o 1e4b595f9246a14f
-1535 2338 1702444374321818413 CMakeFiles/projects_ray.dir/src/illuminate/reflect.cpp.o 63ef5fb7afacbb32
-1848 2555 1702444374539960645 CMakeFiles/projects_ray.dir/src/accelerate/myqthreads.cpp.o e51322a1e2833898
-2192 2560 1702444374545924746 CMakeFiles/projects_ray.dir/src/vec4ops/vec4ops.cpp.o 624c5f86ab14c5d7
-1873 2602 1702444374586308575 CMakeFiles/projects_ray.dir/src/utils/raytracerutils.cpp.o 6d0b760a9c84856a
-1828 2610 1702444374593939972 CMakeFiles/projects_ray.dir/src/texture/texture.cpp.o a6917eb97660581e
+39 367 1702446205271166675 CMakeFiles/projects_ray.dir/src/vec4ops/vec4ops.cpp.o 624c5f86ab14c5d7
+37 339 1702445854616777477 CMakeFiles/projects_ray.dir/src/camera/camera.cpp.o 9f825ee08bf53b36
+2556 3309 1702444375293640721 CMakeFiles/projects_ray.dir/src/accelerate/bvh.cpp.o a8cce28f179d7603
+434 1535 1702444373516827643 CMakeFiles/projects_ray.dir/src/mainwindow.cpp.o 96d8c110d02a09df
+38 155 1702446536117890635 CMakeFiles/projects_ray.dir/src/vec4ops/transform4d.cpp.o efaf5a8825d854f8
1961 2700 1702444374684408616 CMakeFiles/projects_ray.dir/src/aliasing/supersample.cpp.o 829a155a1ffac273
-2602 2723 1702444374710448277 CMakeFiles/projects_ray.dir/src/vec4ops/transform4d.cpp.o efaf5a8825d854f8
-2077 2873 1702444374857265006 CMakeFiles/projects_ray.dir/src/aliasing/filter.cpp.o c1cad78d9998b2c4
+6 34 1702446535999151031 projects_ray_autogen/timestamp d580242d2b9854b3
2338 3095 1702444375079242000 CMakeFiles/projects_ray.dir/src/accelerate/kdtree.cpp.o affe7813bf94b99f
+155 271 1702446536233445277 projects_ray dac5017ee9a78855
+389 1153 1702062976653549225 CMakeFiles/projects_ray.dir/src/4dvecops/vec4operations.cpp.o d05a5fd3c2f1f4c4
+2077 2873 1702444374857265006 CMakeFiles/projects_ray.dir/src/aliasing/filter.cpp.o c1cad78d9998b2c4
+1457 2192 1702444374175167768 CMakeFiles/projects_ray.dir/src/illuminate/shadow.cpp.o 643a1e808e96cec
+6 34 1702446535999151031 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/timestamp d580242d2b9854b3
2560 3225 1702444375208994636 CMakeFiles/projects_ray.dir/src/vec4ops/rotations4d.cpp.o 502b39b3210366aa
-2556 3309 1702444375293640721 CMakeFiles/projects_ray.dir/src/accelerate/bvh.cpp.o a8cce28f179d7603
-2214 3481 1702444375464470312 CMakeFiles/projects_ray.dir/src/accelerate/myqtconcurrent.cpp.o 5d42dc23cb8d46fc
-3481 3703 1702444375690641860 projects_ray dac5017ee9a78855
-7 37 1702444844496049541 projects_ray_autogen/timestamp d580242d2b9854b3
-7 37 1702444844496049541 projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
-7 37 1702444844496049541 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/timestamp d580242d2b9854b3
-7 37 1702444844496049541 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
-41 925 1702444845378996168 CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o 41959d435611c983
-41 1277 1702444845729950462 CMakeFiles/projects_ray.dir/src/accelerate/myqtconcurrent.cpp.o 5d42dc23cb8d46fc
-1277 1395 1702444845852646619 projects_ray dac5017ee9a78855
-6 35 1702444900512329244 projects_ray_autogen/timestamp d580242d2b9854b3
-6 35 1702444900512329244 projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
-6 35 1702444900512329244 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/timestamp d580242d2b9854b3
-6 35 1702444900512329244 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
-39 1001 1702444901472787935 CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o 41959d435611c983
-39 1346 1702444901817273752 CMakeFiles/projects_ray.dir/src/accelerate/myqtconcurrent.cpp.o 5d42dc23cb8d46fc
-1346 1466 1702444901941031953 projects_ray dac5017ee9a78855
+6 34 1702446535999151031 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
+1848 2555 1702444374539960645 CMakeFiles/projects_ray.dir/src/accelerate/myqthreads.cpp.o e51322a1e2833898
+1444 2214 1702444374197933794 CMakeFiles/projects_ray.dir/src/illuminate/illuminate.cpp.o 1e4b595f9246a14f
+1873 2602 1702444374586308575 CMakeFiles/projects_ray.dir/src/utils/raytracerutils.cpp.o 6d0b760a9c84856a
+6 34 1702446535999151031 projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
+1535 2338 1702444374321818413 CMakeFiles/projects_ray.dir/src/illuminate/reflect.cpp.o 63ef5fb7afacbb32
+1129 1843 1702062977342546570 CMakeFiles/projects_ray.dir/src/4dvecops/rotations4d.cpp.o ce6e3c7f960de866
+1326 2077 1702444374059597091 CMakeFiles/projects_ray.dir/src/intersect/intersect.cpp.o 46167bd837be2b2a
+1 163 1702446578198888454 build.ninja 34bb77e754b05480
+40 927 1702445407116631389 CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o 41959d435611c983
+7 35 1702446644324961670 projects_ray_autogen/timestamp d580242d2b9854b3
+7 35 1702446644324961670 projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
+7 35 1702446644324961670 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/timestamp d580242d2b9854b3
+7 35 1702446644324961670 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
+38 1255 1702446645539941558 CMakeFiles/projects_ray.dir/src/raytracer/raytracer.cpp.o 78383fd2d33d7c09
+1255 1376 1702446645663883852 projects_ray dac5017ee9a78855
diff --git a/cmake-build-debug/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt b/cmake-build-debug/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt
index b994b72..ac18445 100644
--- a/cmake-build-debug/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt
+++ b/cmake-build-debug/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt
@@ -1,23 +1,18 @@
# Generated by CMake. Changes will be overwritten.
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/rotations4d.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/main.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/illuminate.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/texture/texture.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/raytracerutils.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/intersect.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/reflect.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/transform4d.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/normals.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqtconcurrent.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/shadow.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/filter.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/4dvecops/transform4d.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/rgba.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/4dvecops/vec4ops.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
mmc:Q_OBJECT
- mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/moc_predefs.h
mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/Availability.h
mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityInternal.h
@@ -470,7 +465,6 @@
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.h
- mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/aspectratiowidget/aspectratiowidget.hpp
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/rgba.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenedata.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.h
@@ -521,7 +515,6 @@
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterator.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qline.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlist.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlocale.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlogging.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmalloc.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmap.h
@@ -542,7 +535,6 @@
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qprocessordetection.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrect.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrefcount.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qregularexpression.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopedpointer.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopeguard.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qset.h
@@ -615,51 +607,21 @@
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiexports.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiglobal.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtransform.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qvalidator.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qwindowdefs.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/QOpenGLWidget
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qopenglwidget.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsexports.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsglobal.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QBoxLayout
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QCheckBox
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QDoubleSpinBox
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QLabel
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QMainWindow
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QPushButton
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QSlider
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QSpinBox
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QWidget
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractbutton.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractslider.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractspinbox.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qboxlayout.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qcheckbox.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qframe.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qgridlayout.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlabel.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayout.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayoutitem.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qmainwindow.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qpushbutton.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qsizepolicy.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qslider.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qspinbox.h
- mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtabwidget.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgets-config.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsexports.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsglobal.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qwidget.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/4dvecops/rotations4d.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/supersample.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenedata.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/4dvecops/vec4operations.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqthreads.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.h
/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/aspectratiowidget/aspectratiowidget.hpp
mmc:Q_OBJECT
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/aspectratiowidget/aspectratiowidget.hpp
@@ -1111,10 +1073,19 @@
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsexports.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsglobal.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qwidget.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqthreads.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/4dvecops/vec4operations.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenedata.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/supersample.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/4dvecops/rotations4d.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.h
mmc:Q_OBJECT
- mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/moc_predefs.h
mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/Availability.h
mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityInternal.h
@@ -1567,6 +1538,7 @@
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/aspectratiowidget/aspectratiowidget.hpp
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/rgba.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenedata.h
mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.h
@@ -1617,6 +1589,7 @@
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterator.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qline.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlocale.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlogging.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmalloc.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmap.h
@@ -1637,6 +1610,7 @@
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qprocessordetection.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrect.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrefcount.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qregularexpression.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopedpointer.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopeguard.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qset.h
@@ -1709,28 +1683,54 @@
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiexports.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiglobal.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtransform.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qvalidator.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qwindowdefs.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/QOpenGLWidget
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qopenglwidget.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsexports.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QBoxLayout
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QCheckBox
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QDoubleSpinBox
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QLabel
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QMainWindow
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QPushButton
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QSlider
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QSpinBox
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QWidget
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractbutton.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractslider.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractspinbox.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qboxlayout.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qcheckbox.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qframe.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qgridlayout.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlabel.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayout.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayoutitem.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qmainwindow.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qpushbutton.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qsizepolicy.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qslider.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qspinbox.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtabwidget.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgets-config.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsexports.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsglobal.h
mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qwidget.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/4dvecops/vec4ops.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/rgba.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/4dvecops/transform4d.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/shadow.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.h
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/filter.cpp
-/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqtconcurrent.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/normals.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/transform4d.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/reflect.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/intersect.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/raytracerutils.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/texture/texture.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/illuminate.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/main.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/rotations4d.cpp
diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log
index 83856c4..5382781 100644
--- a/cmake-build-debug/Testing/Temporary/LastTest.log
+++ b/cmake-build-debug/Testing/Temporary/LastTest.log
@@ -1,3 +1,3 @@
-Start testing: Dec 13 00:21 EST
+Start testing: Dec 13 00:50 EST
----------------------------------------------------------
-End testing: Dec 13 00:21 EST
+End testing: Dec 13 00:50 EST
diff --git a/cmake-build-debug/projects_ray b/cmake-build-debug/projects_ray
index 4162e3b..6a5421c 100755
--- a/cmake-build-debug/projects_ray
+++ b/cmake-build-debug/projects_ray
Binary files differ
diff --git a/cmake-build-release/.cmake/api/v1/query/cache-v2 b/cmake-build-release/.cmake/api/v1/query/cache-v2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/query/cache-v2
diff --git a/cmake-build-release/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-release/.cmake/api/v1/query/cmakeFiles-v1
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/query/cmakeFiles-v1
diff --git a/cmake-build-release/.cmake/api/v1/query/codemodel-v2 b/cmake-build-release/.cmake/api/v1/query/codemodel-v2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/query/codemodel-v2
diff --git a/cmake-build-release/.cmake/api/v1/query/toolchains-v1 b/cmake-build-release/.cmake/api/v1/query/toolchains-v1
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/query/toolchains-v1
diff --git a/cmake-build-release/.cmake/api/v1/reply/cache-v2-aa40ce51359816edb8f9.json b/cmake-build-release/.cmake/api/v1/reply/cache-v2-aa40ce51359816edb8f9.json
new file mode 100644
index 0000000..aeea074
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/cache-v2-aa40ce51359816edb8f9.json
@@ -0,0 +1,6047 @@
+{
+ "entries" :
+ [
+ {
+ "name" : "CMAKE_ADDR2LINE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "CMAKE_ADDR2LINE-NOTFOUND"
+ },
+ {
+ "name" : "CMAKE_AR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/usr/bin/ar"
+ },
+ {
+ "name" : "CMAKE_BUILD_TYPE",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "Release"
+ },
+ {
+ "name" : "CMAKE_CACHEFILE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "This is the directory where this CMakeCache.txt was created"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release"
+ },
+ {
+ "name" : "CMAKE_CACHE_MAJOR_VERSION",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Major version of cmake used to create the current loaded cache"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "3"
+ },
+ {
+ "name" : "CMAKE_CACHE_MINOR_VERSION",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Minor version of cmake used to create the current loaded cache"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "26"
+ },
+ {
+ "name" : "CMAKE_CACHE_PATCH_VERSION",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Patch version of cmake used to create the current loaded cache"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "4"
+ },
+ {
+ "name" : "CMAKE_COLOR_DIAGNOSTICS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable colored diagnostics throughout."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "CMAKE_COMMAND",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to CMake executable."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake"
+ },
+ {
+ "name" : "CMAKE_CPACK_COMMAND",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to cpack program executable."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cpack"
+ },
+ {
+ "name" : "CMAKE_CTEST_COMMAND",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to ctest program executable."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/ctest"
+ },
+ {
+ "name" : "CMAKE_CXX_COMPILER",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "CXX compiler"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/usr/bin/c++"
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-g"
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-Os -DNDEBUG"
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-O3 -DNDEBUG"
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-O2 -g -DNDEBUG"
+ },
+ {
+ "name" : "CMAKE_DLLTOOL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "CMAKE_DLLTOOL-NOTFOUND"
+ },
+ {
+ "name" : "CMAKE_EXECUTABLE_FORMAT",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Executable file format"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "MACHO"
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXPORT_COMPILE_COMMANDS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable/Disable output of compile commands during generation."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXTRA_GENERATOR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Name of external makefile project generator."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake."
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/pkgRedirects"
+ },
+ {
+ "name" : "CMAKE_GENERATOR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Name of generator."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "Ninja"
+ },
+ {
+ "name" : "CMAKE_GENERATOR_INSTANCE",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Generator instance identifier."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_GENERATOR_PLATFORM",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Name of generator platform."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_GENERATOR_TOOLSET",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Name of generator toolset."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_HAVE_LIBC_PTHREAD",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Test CMAKE_HAVE_LIBC_PTHREAD"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_HOME_DIRECTORY",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Source directory with the top level CMakeLists.txt file for this project"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230"
+ },
+ {
+ "name" : "CMAKE_INSTALL_BINDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "User executables (bin)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "bin"
+ },
+ {
+ "name" : "CMAKE_INSTALL_DATADIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Read-only architecture-independent data (DATAROOTDIR)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_DATAROOTDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Read-only architecture-independent data root (share)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "share"
+ },
+ {
+ "name" : "CMAKE_INSTALL_DOCDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_INCLUDEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "C header files (include)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "include"
+ },
+ {
+ "name" : "CMAKE_INSTALL_INFODIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Info documentation (DATAROOTDIR/info)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_LIBDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Object code libraries (lib)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "lib"
+ },
+ {
+ "name" : "CMAKE_INSTALL_LIBEXECDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Program executables (libexec)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "libexec"
+ },
+ {
+ "name" : "CMAKE_INSTALL_LOCALEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Locale-dependent data (DATAROOTDIR/locale)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_LOCALSTATEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Modifiable single-machine data (var)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "var"
+ },
+ {
+ "name" : "CMAKE_INSTALL_MANDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Man documentation (DATAROOTDIR/man)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_NAME_TOOL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/install_name_tool"
+ },
+ {
+ "name" : "CMAKE_INSTALL_OLDINCLUDEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "C header files for non-gcc (/usr/include)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "CMAKE_INSTALL_PREFIX",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Install path prefix, prepended onto install directories."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/local"
+ },
+ {
+ "name" : "CMAKE_INSTALL_RUNSTATEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Run-time variable data (LOCALSTATEDIR/run)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_SBINDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "System admin executables (sbin)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "sbin"
+ },
+ {
+ "name" : "CMAKE_INSTALL_SHAREDSTATEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Modifiable architecture-independent data (com)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "com"
+ },
+ {
+ "name" : "CMAKE_INSTALL_SYSCONFDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Read-only single-machine data (etc)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "etc"
+ },
+ {
+ "name" : "CMAKE_LINKER",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/usr/bin/ld"
+ },
+ {
+ "name" : "CMAKE_MAKE_PROGRAM",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "make program"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja"
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_NM",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/usr/bin/nm"
+ },
+ {
+ "name" : "CMAKE_NUMBER_OF_MAKEFILES",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "number of local generators"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "2"
+ },
+ {
+ "name" : "CMAKE_OBJCOPY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "CMAKE_OBJCOPY-NOTFOUND"
+ },
+ {
+ "name" : "CMAKE_OBJDUMP",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/usr/bin/objdump"
+ },
+ {
+ "name" : "CMAKE_OSX_ARCHITECTURES",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Build architectures for OSX"
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_OSX_DEPLOYMENT_TARGET",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Minimum OS X version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_OSX_SYSROOT",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The product will be built against the headers and libraries located inside the indicated SDK."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk"
+ },
+ {
+ "name" : "CMAKE_PLATFORM_INFO_INITIALIZED",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Platform information initialized"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_PREFIX_PATH",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "No help, variable specified on the command line."
+ }
+ ],
+ "type" : "UNINITIALIZED",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake"
+ },
+ {
+ "name" : "CMAKE_PROJECT_DESCRIPTION",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_PROJECT_HOMEPAGE_URL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_PROJECT_NAME",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "projects_ray"
+ },
+ {
+ "name" : "CMAKE_RANLIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/usr/bin/ranlib"
+ },
+ {
+ "name" : "CMAKE_READELF",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "CMAKE_READELF-NOTFOUND"
+ },
+ {
+ "name" : "CMAKE_ROOT",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to CMake installation."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26"
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SKIP_INSTALL_RPATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "NO"
+ },
+ {
+ "name" : "CMAKE_SKIP_RPATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "If set, runtime paths are not added when using shared libraries."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "NO"
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STRIP",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/usr/bin/strip"
+ },
+ {
+ "name" : "CMAKE_UNAME",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "uname command"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/usr/bin/uname"
+ },
+ {
+ "name" : "CMAKE_VERBOSE_MAKEFILE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "FALSE"
+ },
+ {
+ "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Details about finding OpenGL"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "[/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework][/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework][c ][v()]"
+ },
+ {
+ "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Details about finding Threads"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "[TRUE][v()]"
+ },
+ {
+ "name" : "FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Details about finding WrapAtomic"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "[1][v()]"
+ },
+ {
+ "name" : "FIND_PACKAGE_MESSAGE_DETAILS_WrapOpenGL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Details about finding WrapOpenGL"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "[ON][v()]"
+ },
+ {
+ "name" : "HAVE_STDATOMIC",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Test HAVE_STDATOMIC"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "MACDEPLOYQT_EXECUTABLE",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/bin/macdeployqt"
+ },
+ {
+ "name" : "OPENGL_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Include for OpenGL on OS X"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework"
+ },
+ {
+ "name" : "OPENGL_gl_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "OpenGL library for OS X"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework"
+ },
+ {
+ "name" : "OPENGL_glu_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "GLU library for OS X (usually same as OpenGL library)"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework"
+ },
+ {
+ "name" : "QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Additional directories where find(Qt6 ...) host Qt components are searched"
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "QT_ADDITIONAL_PACKAGES_PREFIX_PATH",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Additional directories where find(Qt6 ...) components are searched"
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "QT_FEATURE_abstractbutton",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: abstractbutton (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_abstractslider",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: abstractslider (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_accessibility",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: accessibility (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_accessibility_atspi_bridge",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: accessibility_atspi_bridge (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_action",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: action (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_aesni",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: aesni (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_alloca",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: alloca (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_alloca_h",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: alloca_h (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_alloca_malloc_h",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: alloca_malloc_h (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_android_style_assets",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: android_style_assets (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_animation",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: animation (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_appstore_compliant",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: appstore_compliant (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_arm_crc32",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: arm_crc32 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_arm_crypto",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: arm_crypto (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_avx",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512bw",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512bw (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512cd",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512cd (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512dq",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512dq (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512er",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512er (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512f",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512f (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512ifma",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512ifma (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512pf",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512pf (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512vbmi",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512vbmi (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512vbmi2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512vbmi2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_avx512vl",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: avx512vl (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_backtrace",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: backtrace (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_buttongroup",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: buttongroup (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_c11",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: c11 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_c99",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: c99 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_calendarwidget",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: calendarwidget (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cborstreamreader",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cborstreamreader (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cborstreamwriter",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cborstreamwriter (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_checkbox",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: checkbox (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_clipboard",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: clipboard (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_clock_gettime",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: clock_gettime (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_clock_monotonic",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: clock_monotonic (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_colordialog",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: colordialog (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_colornames",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: colornames (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_columnview",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: columnview (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_combobox",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: combobox (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_commandlineparser",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: commandlineparser (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_commandlinkbutton",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: commandlinkbutton (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_completer",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: completer (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_concatenatetablesproxymodel",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: concatenatetablesproxymodel (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_concurrent",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: concurrent (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_contextmenu",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: contextmenu (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cpp_winrt",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cpp_winrt (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_cross_compile",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cross_compile (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_cssparser",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cssparser (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_ctf",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: ctf (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_cursor",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cursor (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cxx11",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cxx11 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cxx11_future",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cxx11_future (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cxx14",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cxx14 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cxx17",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cxx17 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cxx17_filesystem",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cxx17_filesystem (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cxx1z",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cxx1z (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_cxx20",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cxx20 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_cxx2a",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cxx2a (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_cxx2b",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: cxx2b (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_datawidgetmapper",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: datawidgetmapper (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_datestring",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: datestring (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_datetimeedit",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: datetimeedit (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_datetimeparser",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: datetimeparser (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_dbus",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dbus (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_dbus_linked",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dbus_linked (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_debug",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: debug (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_debug_and_release",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: debug_and_release (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_desktopservices",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: desktopservices (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_developer_build",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: developer_build (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_dial",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dial (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_dialog",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dialog (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_dialogbuttonbox",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dialogbuttonbox (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_direct2d",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: direct2d (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_direct2d1_1",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: direct2d1_1 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_directfb",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: directfb (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_directwrite",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: directwrite (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_directwrite3",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: directwrite3 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_dladdr",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dladdr (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_dlopen",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dlopen (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_dockwidget",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dockwidget (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_dom",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dom (from target Qt6::Xml)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_doubleconversion",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: doubleconversion (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_draganddrop",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: draganddrop (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_drm_atomic",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: drm_atomic (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_dynamicgl",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: dynamicgl (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_easingcurve",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: easingcurve (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_effects",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: effects (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_egl",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: egl (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_egl_x11",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: egl_x11 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_brcm",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_brcm (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_egldevice",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_egldevice (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_gbm",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_gbm (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_mali",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_mali (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_openwfd",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_openwfd (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_rcar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_rcar (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_viv",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_viv (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_viv_wl",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_viv_wl (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_vsp2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_vsp2 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eglfs_x11",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eglfs_x11 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_errormessage",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: errormessage (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_etw",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: etw (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_evdev",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: evdev (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_eventfd",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: eventfd (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_f16c",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: f16c (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_filedialog",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: filedialog (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_filesystemiterator",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: filesystemiterator (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_filesystemmodel",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: filesystemmodel (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_filesystemwatcher",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: filesystemwatcher (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_fontcombobox",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: fontcombobox (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_fontconfig",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: fontconfig (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_fontdialog",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: fontdialog (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_force_asserts",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: force_asserts (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_force_debug_info",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: force_debug_info (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_forkfd_pidfd",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: forkfd_pidfd (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_formlayout",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: formlayout (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_framework",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: framework (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_freetype",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: freetype (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_fscompleter",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: fscompleter (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_futimens",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: futimens (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_future",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: future (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_gc_binaries",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: gc_binaries (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_gestures",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: gestures (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_getauxval",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: getauxval (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_getentropy",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: getentropy (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_gif",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: gif (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_glib",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: glib (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_glibc",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: glibc (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_graphicseffect",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: graphicseffect (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_graphicsview",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: graphicsview (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_groupbox",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: groupbox (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_gtk3",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: gtk3 (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_gui",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: gui (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_harfbuzz",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: harfbuzz (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_headersclean",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: headersclean (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_highdpiscaling",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: highdpiscaling (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_hijricalendar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: hijricalendar (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_ico",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: ico (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_icu",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: icu (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_identityproxymodel",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: identityproxymodel (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_im",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: im (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_image_heuristic_mask",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: image_heuristic_mask (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_image_text",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: image_text (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_imageformat_bmp",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: imageformat_bmp (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_imageformat_jpeg",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: imageformat_jpeg (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_imageformat_png",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: imageformat_png (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_imageformat_ppm",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: imageformat_ppm (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_imageformat_xbm",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: imageformat_xbm (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_imageformat_xpm",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: imageformat_xpm (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_imageformatplugin",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: imageformatplugin (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_imageio_text_loading",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: imageio_text_loading (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_inotify",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: inotify (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_inputdialog",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: inputdialog (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_integrityfb",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: integrityfb (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_integrityhid",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: integrityhid (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_intelcet",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: intelcet (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_islamiccivilcalendar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: islamiccivilcalendar (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_itemmodel",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: itemmodel (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_itemviews",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: itemviews (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_jalalicalendar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: jalalicalendar (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_journald",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: journald (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_jpeg",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: jpeg (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_keysequenceedit",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: keysequenceedit (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_kms",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: kms (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_label",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: label (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_largefile",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: largefile (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_lcdnumber",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: lcdnumber (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_libinput",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: libinput (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_libinput_axis_api",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: libinput_axis_api (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_libinput_hires_wheel_support",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: libinput_hires_wheel_support (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_library",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: library (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_libudev",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: libudev (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_lineedit",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: lineedit (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_linkat",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: linkat (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_linuxfb",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: linuxfb (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_listview",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: listview (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_listwidget",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: listwidget (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_lttng",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: lttng (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_mainwindow",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: mainwindow (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_mdiarea",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: mdiarea (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_menu",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: menu (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_menubar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: menubar (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_messagebox",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: messagebox (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_mimetype",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: mimetype (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_mimetype_database",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: mimetype_database (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_mips_dsp",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: mips_dsp (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_mips_dspr2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: mips_dspr2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_movie",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: movie (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_mtdev",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: mtdev (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_multiprocess",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: multiprocess (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_neon",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: neon (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_network",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: network (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_no_direct_extern_access",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: no_direct_extern_access (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_no_pkg_config",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: no_pkg_config (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_no_prefix",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: no_prefix (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_opengl",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: opengl (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_opengles2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: opengles2 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_opengles3",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: opengles3 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_opengles31",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: opengles31 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_opengles32",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: opengles32 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_openssl",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: openssl (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_openssl_linked",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: openssl_linked (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_opensslv11",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: opensslv11 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_opensslv30",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: opensslv30 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_openvg",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: openvg (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_pcre2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: pcre2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_pdf",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: pdf (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_permissions",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: permissions (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_picture",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: picture (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_pkg_config",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: pkg_config (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_plugin_manifest",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: plugin_manifest (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_png",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: png (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_poll_exit_on_error",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: poll_exit_on_error (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_poll_poll",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: poll_poll (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_poll_pollts",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: poll_pollts (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_poll_ppoll",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: poll_ppoll (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_poll_select",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: poll_select (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_posix_fallocate",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: posix_fallocate (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_precompile_header",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: precompile_header (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_printsupport",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: printsupport (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_private_tests",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: private_tests (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_process",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: process (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_processenvironment",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: processenvironment (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_progressbar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: progressbar (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_progressdialog",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: progressdialog (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_proxymodel",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: proxymodel (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_pushbutton",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: pushbutton (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_qqnx_imf",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: qqnx_imf (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_qqnx_pps",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: qqnx_pps (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_qt_framework",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: qt_framework (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_radiobutton",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: radiobutton (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_raster_64bit",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: raster_64bit (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_raster_fp",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: raster_fp (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_rdrnd",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: rdrnd (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_rdseed",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: rdseed (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_reduce_exports",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: reduce_exports (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_reduce_relocations",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: reduce_relocations (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_regularexpression",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: regularexpression (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_relocatable",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: relocatable (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_renameat2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: renameat2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_resizehandler",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: resizehandler (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_rpath",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: rpath (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_rubberband",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: rubberband (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_scrollarea",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: scrollarea (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_scrollbar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: scrollbar (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_scroller",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: scroller (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_separate_debug_info",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: separate_debug_info (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_sessionmanager",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sessionmanager (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_settings",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: settings (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_sha3_fast",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sha3_fast (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_shani",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: shani (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_shared",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: shared (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_sharedmemory",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sharedmemory (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_shortcut",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: shortcut (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_signaling_nan",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: signaling_nan (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_simulator_and_device",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: simulator_and_device (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_sizegrip",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sizegrip (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_slider",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: slider (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_slog2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: slog2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_sortfilterproxymodel",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sortfilterproxymodel (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_spinbox",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: spinbox (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_splashscreen",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: splashscreen (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_splitter",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: splitter (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_sql",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sql (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_sse2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sse2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_sse3",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sse3 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_sse4_1",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sse4_1 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_sse4_2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: sse4_2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_ssse3",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: ssse3 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_stack_protector_strong",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: stack_protector_strong (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_stackedwidget",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: stackedwidget (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_standarditemmodel",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: standarditemmodel (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_static",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: static (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_statusbar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: statusbar (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_statustip",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: statustip (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_statx",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: statx (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_std_atomic64",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: std_atomic64 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_stdlib_libcpp",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: stdlib_libcpp (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_stringlistmodel",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: stringlistmodel (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_style_android",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: style_android (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_style_fusion",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: style_fusion (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_style_mac",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: style_mac (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_style_stylesheet",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: style_stylesheet (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_style_windows",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: style_windows (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_style_windowsvista",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: style_windowsvista (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_syntaxhighlighter",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: syntaxhighlighter (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_syslog",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: syslog (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_doubleconversion",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_doubleconversion (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_freetype",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_freetype (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_harfbuzz",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_harfbuzz (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_jpeg",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_jpeg (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_libb2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_libb2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_pcre2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_pcre2 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_png",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_png (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_textmarkdownreader",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_textmarkdownreader (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_xcb_xinput",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_xcb_xinput (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_system_zlib",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: system_zlib (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_systemsemaphore",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: systemsemaphore (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_systemtrayicon",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: systemtrayicon (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_tabbar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: tabbar (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_tabletevent",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: tabletevent (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_tableview",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: tableview (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_tablewidget",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: tablewidget (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_tabwidget",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: tabwidget (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_temporaryfile",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: temporaryfile (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_testlib",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: testlib (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_textbrowser",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: textbrowser (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_textdate",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: textdate (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_textedit",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: textedit (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_texthtmlparser",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: texthtmlparser (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_textmarkdownreader",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: textmarkdownreader (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_textmarkdownwriter",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: textmarkdownwriter (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_textodfwriter",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: textodfwriter (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_thread",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: thread (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_timezone",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: timezone (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_toolbar",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: toolbar (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_toolbox",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: toolbox (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_toolbutton",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: toolbutton (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_tooltip",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: tooltip (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_translation",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: translation (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_transposeproxymodel",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: transposeproxymodel (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_treeview",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: treeview (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_treewidget",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: treewidget (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_tslib",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: tslib (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_tuiotouch",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: tuiotouch (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_undocommand",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: undocommand (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_undogroup",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: undogroup (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_undostack",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: undostack (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_undoview",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: undoview (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_use_bfd_linker",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: use_bfd_linker (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_use_gold_linker",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: use_gold_linker (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_use_lld_linker",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: use_lld_linker (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_use_mold_linker",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: use_mold_linker (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_vaes",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: vaes (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_validator",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: validator (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_vkgen",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: vkgen (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_vkkhrdisplay",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: vkkhrdisplay (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_vnc",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: vnc (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_vsp2",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: vsp2 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_vulkan",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: vulkan (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_wasm_exceptions",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: wasm_exceptions (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_wasm_simd128",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: wasm_simd128 (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_whatsthis",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: whatsthis (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_wheelevent",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: wheelevent (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_widgets",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: widgets (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_widgettextcontrol",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: widgettextcontrol (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_wizard",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: wizard (from target Qt6::Widgets)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_x86intrin",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: x86intrin (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_xcb",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xcb (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xcb_egl_plugin",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xcb_egl_plugin (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xcb_glx",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xcb_glx (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xcb_glx_plugin",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xcb_glx_plugin (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xcb_native_painting",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xcb_native_painting (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xcb_sm",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xcb_sm (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xcb_xlib",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xcb_xlib (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xkbcommon",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xkbcommon (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xkbcommon_x11",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xkbcommon_x11 (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xlib",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xlib (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_xml",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xml (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_xmlstream",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xmlstream (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_xmlstreamreader",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xmlstreamreader (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_xmlstreamwriter",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xmlstreamwriter (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ON"
+ },
+ {
+ "name" : "QT_FEATURE_xrender",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: xrender (from target Qt6::Gui)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "QT_FEATURE_zstd",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Qt feature: zstd (from target Qt6::Core)"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "Qt6Concurrent_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6Concurrent."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent"
+ },
+ {
+ "name" : "Qt6CoreTools_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6CoreTools."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools"
+ },
+ {
+ "name" : "Qt6Core_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6Core."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core"
+ },
+ {
+ "name" : "Qt6DBusTools_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6DBusTools."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools"
+ },
+ {
+ "name" : "Qt6DBus_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6DBus."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus"
+ },
+ {
+ "name" : "Qt6GuiTools_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6GuiTools."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools"
+ },
+ {
+ "name" : "Qt6Gui_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6Gui."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui"
+ },
+ {
+ "name" : "Qt6OpenGLWidgets_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6OpenGLWidgets."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets"
+ },
+ {
+ "name" : "Qt6OpenGL_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6OpenGL."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL"
+ },
+ {
+ "name" : "Qt6WidgetsTools_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6WidgetsTools."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools"
+ },
+ {
+ "name" : "Qt6Widgets_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6Widgets."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets"
+ },
+ {
+ "name" : "Qt6Xml_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6Xml."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml"
+ },
+ {
+ "name" : "Qt6_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "The directory containing a CMake configuration file for Qt6."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6"
+ },
+ {
+ "name" : "WrapOpenGL_AGL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/AGL.framework"
+ },
+ {
+ "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "CMAKE_INSTALL_PREFIX during last run"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/usr/local"
+ },
+ {
+ "name" : "projects_ray_BINARY_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release"
+ },
+ {
+ "name" : "projects_ray_IS_TOP_LEVEL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "ON"
+ },
+ {
+ "name" : "projects_ray_SOURCE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230"
+ }
+ ],
+ "kind" : "cache",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 0
+ }
+}
diff --git a/cmake-build-release/.cmake/api/v1/reply/cmakeFiles-v1-af80d878e91b46f14517.json b/cmake-build-release/.cmake/api/v1/reply/cmakeFiles-v1-af80d878e91b46f14517.json
new file mode 100644
index 0000000..4c5c87b
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/cmakeFiles-v1-af80d878e91b46f14517.json
@@ -0,0 +1,2123 @@
+{
+ "inputs" :
+ [
+ {
+ "path" : "CMakeLists.txt"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineSystem.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystem.cmake.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-release/CMakeFiles/3.26.4/CMakeSystem.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInitialize.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Initialize.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Determine-CXX.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCompilerIdDetection.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ADSP-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Borland-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Cray-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GHS-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IAR-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Intel-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/MSVC-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PGI-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PathScale-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SCO-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/TI-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Tasking-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Watcom-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ADSP-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Borland-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Cray-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GHS-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IAR-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Intel-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/MSVC-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PGI-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PathScale-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SCO-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/TI-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Tasking-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Watcom-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindBinUtils.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompiler.cmake.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-release/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInformation.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeGenericSystem.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeInitializeConfigs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/UnixPaths.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXInformation.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeLanguageInformation.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-CXX.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-AppleClang-CXX.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang-CXX.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCommonLanguageInclude.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCompilerCommon.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerABI.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitIncludeInfo.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitLinkInfo.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseLibraryArchitecture.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCompilerCommon.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompileFeatures.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/FeatureTesting.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompiler.cmake.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-release/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckSourceCompiles.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckCompilerFlag.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckFlagCommonConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckSourceCompiles.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindThreads.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckLibraryExists.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckIncludeFileCXX.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapAtomic.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreMacros.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/QtInstallPaths.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/GNUInstallDirs.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CorePlugins.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapOpenGL.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenGL.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/MacroAddFileDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets-relwithdebinfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsAdditionalTargetInfo.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake"
+ },
+ {
+ "path" : "glm/CMakeLists.txt"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/GNUInstallDirs.cmake"
+ }
+ ],
+ "kind" : "cmakeFiles",
+ "paths" :
+ {
+ "build" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release",
+ "source" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230"
+ },
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+}
diff --git a/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-2d9caf1903ea79a14920.json b/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-2d9caf1903ea79a14920.json
new file mode 100644
index 0000000..6c309e1
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-2d9caf1903ea79a14920.json
@@ -0,0 +1,94 @@
+{
+ "configurations" :
+ [
+ {
+ "directories" :
+ [
+ {
+ "build" : ".",
+ "childIndexes" :
+ [
+ 1
+ ],
+ "jsonFile" : "directory-.-Release-f5ebdc15457944623624.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.16"
+ },
+ "projectIndex" : 0,
+ "source" : ".",
+ "targetIndexes" :
+ [
+ 0,
+ 1,
+ 2
+ ]
+ },
+ {
+ "build" : "glm",
+ "jsonFile" : "directory-glm-Release-2bef2a2728e6bac3f360.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.16"
+ },
+ "parentIndex" : 0,
+ "projectIndex" : 0,
+ "source" : "glm"
+ }
+ ],
+ "name" : "Release",
+ "projects" :
+ [
+ {
+ "directoryIndexes" :
+ [
+ 0,
+ 1
+ ],
+ "name" : "projects_ray",
+ "targetIndexes" :
+ [
+ 0,
+ 1,
+ 2
+ ]
+ }
+ ],
+ "targets" :
+ [
+ {
+ "directoryIndex" : 0,
+ "id" : "projects_ray::@6890427a1f51a3e7e1df",
+ "jsonFile" : "target-projects_ray-Release-d5a7b6c8d394e2a91e97.json",
+ "name" : "projects_ray",
+ "projectIndex" : 0
+ },
+ {
+ "directoryIndex" : 0,
+ "id" : "projects_ray_autogen::@6890427a1f51a3e7e1df",
+ "jsonFile" : "target-projects_ray_autogen-Release-4ce2c4fcf9d336402daa.json",
+ "name" : "projects_ray_autogen",
+ "projectIndex" : 0
+ },
+ {
+ "directoryIndex" : 0,
+ "id" : "projects_ray_autogen_timestamp_deps::@6890427a1f51a3e7e1df",
+ "jsonFile" : "target-projects_ray_autogen_timestamp_deps-Release-13dacd06bea72fd44545.json",
+ "name" : "projects_ray_autogen_timestamp_deps",
+ "projectIndex" : 0
+ }
+ ]
+ }
+ ],
+ "kind" : "codemodel",
+ "paths" :
+ {
+ "build" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release",
+ "source" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230"
+ },
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 5
+ }
+}
diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-.-Release-f5ebdc15457944623624.json b/cmake-build-release/.cmake/api/v1/reply/directory-.-Release-f5ebdc15457944623624.json
new file mode 100644
index 0000000..3a67af9
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/directory-.-Release-f5ebdc15457944623624.json
@@ -0,0 +1,14 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" : [],
+ "files" : [],
+ "nodes" : []
+ },
+ "installers" : [],
+ "paths" :
+ {
+ "build" : ".",
+ "source" : "."
+ }
+}
diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-glm-Release-2bef2a2728e6bac3f360.json b/cmake-build-release/.cmake/api/v1/reply/directory-glm-Release-2bef2a2728e6bac3f360.json
new file mode 100644
index 0000000..b04b50c
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/directory-glm-Release-2bef2a2728e6bac3f360.json
@@ -0,0 +1,14 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" : [],
+ "files" : [],
+ "nodes" : []
+ },
+ "installers" : [],
+ "paths" :
+ {
+ "build" : "glm",
+ "source" : "glm"
+ }
+}
diff --git a/cmake-build-release/.cmake/api/v1/reply/index-2023-12-13T05-49-38-0799.json b/cmake-build-release/.cmake/api/v1/reply/index-2023-12-13T05-49-38-0799.json
new file mode 100644
index 0000000..6c96eb5
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/index-2023-12-13T05-49-38-0799.json
@@ -0,0 +1,108 @@
+{
+ "cmake" :
+ {
+ "generator" :
+ {
+ "multiConfig" : false,
+ "name" : "Ninja"
+ },
+ "paths" :
+ {
+ "cmake" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake",
+ "cpack" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cpack",
+ "ctest" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/ctest",
+ "root" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26"
+ },
+ "version" :
+ {
+ "isDirty" : false,
+ "major" : 3,
+ "minor" : 26,
+ "patch" : 4,
+ "string" : "3.26.4",
+ "suffix" : ""
+ }
+ },
+ "objects" :
+ [
+ {
+ "jsonFile" : "codemodel-v2-2d9caf1903ea79a14920.json",
+ "kind" : "codemodel",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 5
+ }
+ },
+ {
+ "jsonFile" : "cache-v2-aa40ce51359816edb8f9.json",
+ "kind" : "cache",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 0
+ }
+ },
+ {
+ "jsonFile" : "cmakeFiles-v1-af80d878e91b46f14517.json",
+ "kind" : "cmakeFiles",
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+ },
+ {
+ "jsonFile" : "toolchains-v1-577ea0f3a8aa7156cbd5.json",
+ "kind" : "toolchains",
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+ }
+ ],
+ "reply" :
+ {
+ "cache-v2" :
+ {
+ "jsonFile" : "cache-v2-aa40ce51359816edb8f9.json",
+ "kind" : "cache",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 0
+ }
+ },
+ "cmakeFiles-v1" :
+ {
+ "jsonFile" : "cmakeFiles-v1-af80d878e91b46f14517.json",
+ "kind" : "cmakeFiles",
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+ },
+ "codemodel-v2" :
+ {
+ "jsonFile" : "codemodel-v2-2d9caf1903ea79a14920.json",
+ "kind" : "codemodel",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 5
+ }
+ },
+ "toolchains-v1" :
+ {
+ "jsonFile" : "toolchains-v1-577ea0f3a8aa7156cbd5.json",
+ "kind" : "toolchains",
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+ }
+ }
+}
diff --git a/cmake-build-release/.cmake/api/v1/reply/target-projects_ray-Release-d5a7b6c8d394e2a91e97.json b/cmake-build-release/.cmake/api/v1/reply/target-projects_ray-Release-d5a7b6c8d394e2a91e97.json
new file mode 100644
index 0000000..041d58e
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/target-projects_ray-Release-d5a7b6c8d394e2a91e97.json
@@ -0,0 +1,946 @@
+{
+ "artifacts" :
+ [
+ {
+ "path" : "projects_ray"
+ }
+ ],
+ "backtrace" : 1,
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "add_executable",
+ "set_target_properties",
+ "include",
+ "find_package",
+ "find_dependency",
+ "_qt_internal_find_qt_dependencies",
+ "add_definitions",
+ "target_link_libraries",
+ "include_directories"
+ ],
+ "files" :
+ [
+ "CMakeLists.txt",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfig.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 30,
+ "parent" : 0
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 17,
+ "parent" : 0
+ },
+ {
+ "file" : 3,
+ "parent" : 2
+ },
+ {
+ "command" : 3,
+ "file" : 3,
+ "line" : 157,
+ "parent" : 3
+ },
+ {
+ "file" : 2,
+ "parent" : 4
+ },
+ {
+ "command" : 2,
+ "file" : 2,
+ "line" : 55,
+ "parent" : 5
+ },
+ {
+ "file" : 1,
+ "parent" : 6
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 61,
+ "parent" : 7
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 20,
+ "parent" : 0
+ },
+ {
+ "file" : 3,
+ "parent" : 9
+ },
+ {
+ "command" : 3,
+ "file" : 3,
+ "line" : 157,
+ "parent" : 10
+ },
+ {
+ "file" : 5,
+ "parent" : 11
+ },
+ {
+ "command" : 2,
+ "file" : 5,
+ "line" : 55,
+ "parent" : 12
+ },
+ {
+ "file" : 4,
+ "parent" : 13
+ },
+ {
+ "command" : 1,
+ "file" : 4,
+ "line" : 61,
+ "parent" : 14
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 22,
+ "parent" : 0
+ },
+ {
+ "file" : 3,
+ "parent" : 16
+ },
+ {
+ "command" : 3,
+ "file" : 3,
+ "line" : 157,
+ "parent" : 17
+ },
+ {
+ "file" : 7,
+ "parent" : 18
+ },
+ {
+ "command" : 2,
+ "file" : 7,
+ "line" : 55,
+ "parent" : 19
+ },
+ {
+ "file" : 6,
+ "parent" : 20
+ },
+ {
+ "command" : 1,
+ "file" : 6,
+ "line" : 61,
+ "parent" : 21
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 21,
+ "parent" : 0
+ },
+ {
+ "file" : 3,
+ "parent" : 23
+ },
+ {
+ "command" : 3,
+ "file" : 3,
+ "line" : 157,
+ "parent" : 24
+ },
+ {
+ "file" : 9,
+ "parent" : 25
+ },
+ {
+ "command" : 2,
+ "file" : 9,
+ "line" : 55,
+ "parent" : 26
+ },
+ {
+ "file" : 8,
+ "parent" : 27
+ },
+ {
+ "command" : 1,
+ "file" : 8,
+ "line" : 61,
+ "parent" : 28
+ },
+ {
+ "command" : 2,
+ "file" : 7,
+ "line" : 52,
+ "parent" : 19
+ },
+ {
+ "file" : 10,
+ "parent" : 30
+ },
+ {
+ "command" : 1,
+ "file" : 10,
+ "line" : 62,
+ "parent" : 31
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 19,
+ "parent" : 0
+ },
+ {
+ "file" : 3,
+ "parent" : 33
+ },
+ {
+ "command" : 3,
+ "file" : 3,
+ "line" : 157,
+ "parent" : 34
+ },
+ {
+ "file" : 12,
+ "parent" : 35
+ },
+ {
+ "command" : 2,
+ "file" : 12,
+ "line" : 55,
+ "parent" : 36
+ },
+ {
+ "file" : 11,
+ "parent" : 37
+ },
+ {
+ "command" : 1,
+ "file" : 11,
+ "line" : 61,
+ "parent" : 38
+ },
+ {
+ "command" : 2,
+ "file" : 2,
+ "line" : 40,
+ "parent" : 5
+ },
+ {
+ "file" : 17,
+ "parent" : 40
+ },
+ {
+ "command" : 5,
+ "file" : 17,
+ "line" : 39,
+ "parent" : 41
+ },
+ {
+ "command" : 4,
+ "file" : 16,
+ "line" : 111,
+ "parent" : 42
+ },
+ {
+ "command" : 3,
+ "file" : 15,
+ "line" : 76,
+ "parent" : 43
+ },
+ {
+ "file" : 14,
+ "parent" : 44
+ },
+ {
+ "command" : 2,
+ "file" : 14,
+ "line" : 55,
+ "parent" : 45
+ },
+ {
+ "file" : 13,
+ "parent" : 46
+ },
+ {
+ "command" : 1,
+ "file" : 13,
+ "line" : 61,
+ "parent" : 47
+ },
+ {
+ "command" : 2,
+ "file" : 14,
+ "line" : 52,
+ "parent" : 45
+ },
+ {
+ "file" : 18,
+ "parent" : 49
+ },
+ {
+ "command" : 1,
+ "file" : 18,
+ "line" : 62,
+ "parent" : 50
+ },
+ {
+ "command" : 2,
+ "file" : 12,
+ "line" : 52,
+ "parent" : 36
+ },
+ {
+ "file" : 19,
+ "parent" : 52
+ },
+ {
+ "command" : 1,
+ "file" : 19,
+ "line" : 62,
+ "parent" : 53
+ },
+ {
+ "command" : 6,
+ "file" : 0,
+ "line" : 27,
+ "parent" : 0
+ },
+ {
+ "command" : 7,
+ "file" : 0,
+ "line" : 75,
+ "parent" : 0
+ },
+ {
+ "command" : 8,
+ "file" : 0,
+ "line" : 25,
+ "parent" : 0
+ }
+ ]
+ },
+ "compileGroups" :
+ [
+ {
+ "compileCommandFragments" :
+ [
+ {
+ "fragment" : "-Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics"
+ }
+ ],
+ "defines" :
+ [
+ {
+ "backtrace" : 55,
+ "define" : "GLM_FORCE_SWIZZLE"
+ },
+ {
+ "backtrace" : 56,
+ "define" : "QT_CONCURRENT_LIB"
+ },
+ {
+ "backtrace" : 56,
+ "define" : "QT_CORE_LIB"
+ },
+ {
+ "backtrace" : 56,
+ "define" : "QT_GUI_LIB"
+ },
+ {
+ "backtrace" : 56,
+ "define" : "QT_NO_DEBUG"
+ },
+ {
+ "backtrace" : 56,
+ "define" : "QT_OPENGLWIDGETS_LIB"
+ },
+ {
+ "backtrace" : 56,
+ "define" : "QT_OPENGL_LIB"
+ },
+ {
+ "backtrace" : 56,
+ "define" : "QT_WIDGETS_LIB"
+ },
+ {
+ "backtrace" : 56,
+ "define" : "QT_XML_LIB"
+ }
+ ],
+ "includes" :
+ [
+ {
+ "path" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release"
+ },
+ {
+ "path" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230"
+ },
+ {
+ "backtrace" : 0,
+ "path" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include"
+ },
+ {
+ "backtrace" : 57,
+ "path" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/include"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers"
+ },
+ {
+ "backtrace" : 56,
+ "isSystem" : true,
+ "path" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework"
+ }
+ ],
+ "language" : "CXX",
+ "languageStandard" :
+ {
+ "backtraces" :
+ [
+ 56,
+ 56
+ ],
+ "standard" : "20"
+ },
+ "sourceIndexes" :
+ [
+ 0,
+ 1,
+ 2,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ 32,
+ 34,
+ 35,
+ 36
+ ]
+ }
+ ],
+ "dependencies" :
+ [
+ {
+ "id" : "projects_ray_autogen_timestamp_deps::@6890427a1f51a3e7e1df"
+ },
+ {
+ "backtrace" : 0,
+ "id" : "projects_ray_autogen::@6890427a1f51a3e7e1df"
+ }
+ ],
+ "id" : "projects_ray::@6890427a1f51a3e7e1df",
+ "link" :
+ {
+ "commandFragments" :
+ [
+ {
+ "fragment" : "-Wno-deprecated-volatile -O3 -DNDEBUG",
+ "role" : "flags"
+ },
+ {
+ "fragment" : "",
+ "role" : "flags"
+ },
+ {
+ "fragment" : "-F/Users/sotech117/Qt/6.5.2/macos/lib",
+ "role" : "frameworkPath"
+ },
+ {
+ "fragment" : "-Wl,-rpath,/Users/sotech117/Qt/6.5.2/macos/lib",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 8,
+ "fragment" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Versions/A/QtConcurrent",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 15,
+ "fragment" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Versions/A/QtXml",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 22,
+ "fragment" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/QtOpenGLWidgets",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 29,
+ "fragment" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/QtWidgets",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 32,
+ "fragment" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Versions/A/QtOpenGL",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 39,
+ "fragment" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/QtGui",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 48,
+ "fragment" : "/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/QtCore",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 51,
+ "fragment" : "-framework IOKit",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 51,
+ "fragment" : "-framework DiskArbitration",
+ "role" : "libraries"
+ },
+ {
+ "fragment" : "-Xlinker -framework -Xlinker OpenGL",
+ "role" : "libraries"
+ },
+ {
+ "fragment" : "-Xlinker -framework -Xlinker AGL",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 54,
+ "fragment" : "-framework AppKit",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 54,
+ "fragment" : "-framework ImageIO",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 54,
+ "fragment" : "-framework Metal",
+ "role" : "libraries"
+ }
+ ],
+ "language" : "CXX"
+ },
+ "name" : "projects_ray",
+ "nameOnDisk" : "projects_ray",
+ "paths" :
+ {
+ "build" : ".",
+ "source" : "."
+ },
+ "sourceGroups" :
+ [
+ {
+ "name" : "Source Files",
+ "sourceIndexes" :
+ [
+ 0,
+ 1,
+ 2,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ 32,
+ 34,
+ 35,
+ 36
+ ]
+ },
+ {
+ "name" : "Header Files",
+ "sourceIndexes" :
+ [
+ 3,
+ 4,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 31,
+ 33,
+ 37
+ ]
+ },
+ {
+ "name" : "",
+ "sourceIndexes" :
+ [
+ 38
+ ]
+ },
+ {
+ "name" : "CMake Rules",
+ "sourceIndexes" :
+ [
+ 39
+ ]
+ }
+ ],
+ "sources" :
+ [
+ {
+ "backtrace" : 0,
+ "compileGroupIndex" : 0,
+ "isGenerated" : true,
+ "path" : "cmake-build-release/projects_ray_autogen/mocs_compilation.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/main.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/mainwindow.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/mainwindow.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/settings.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/settings.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/camera/camera.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/raytracer/raytracer.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/raytracer/raytracescene.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/utils/scenefilereader.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/utils/sceneparser.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/camera/camera.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/raytracer/raytracer.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/raytracer/raytracescene.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/utils/rgba.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/utils/scenedata.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/utils/scenefilereader.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/utils/aspectratiowidget/aspectratiowidget.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/utils/sceneparser.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/intersect/intersect.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/illuminate/illuminate.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/illuminate/shadow.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/illuminate/reflect.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/texture/texture.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/intersect/normals.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/utils/raytracerutils.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/aliasing/supersample.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/aliasing/filter.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/accelerate/myqthreads.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/accelerate/myqtconcurrent.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/accelerate/kdtree.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/accelerate/kdtree.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/accelerate/bvh.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/accelerate/bvh.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/vec4ops/vec4ops.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/vec4ops/rotations4d.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/vec4ops/transform4d.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/vec4ops/vec4ops.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 0,
+ "isGenerated" : true,
+ "path" : "cmake-build-release/projects_ray_autogen/timestamp",
+ "sourceGroupIndex" : 2
+ },
+ {
+ "backtrace" : 0,
+ "isGenerated" : true,
+ "path" : "cmake-build-release/projects_ray_autogen/timestamp.rule",
+ "sourceGroupIndex" : 3
+ }
+ ],
+ "type" : "EXECUTABLE"
+}
diff --git a/cmake-build-release/.cmake/api/v1/reply/target-projects_ray_autogen-Release-4ce2c4fcf9d336402daa.json b/cmake-build-release/.cmake/api/v1/reply/target-projects_ray_autogen-Release-4ce2c4fcf9d336402daa.json
new file mode 100644
index 0000000..920c1a4
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/target-projects_ray_autogen-Release-4ce2c4fcf9d336402daa.json
@@ -0,0 +1,71 @@
+{
+ "backtrace" : 0,
+ "backtraceGraph" :
+ {
+ "commands" : [],
+ "files" :
+ [
+ "CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 0
+ }
+ ]
+ },
+ "dependencies" :
+ [
+ {
+ "id" : "projects_ray_autogen_timestamp_deps::@6890427a1f51a3e7e1df"
+ }
+ ],
+ "id" : "projects_ray_autogen::@6890427a1f51a3e7e1df",
+ "isGeneratorProvided" : true,
+ "name" : "projects_ray_autogen",
+ "paths" :
+ {
+ "build" : ".",
+ "source" : "."
+ },
+ "sourceGroups" :
+ [
+ {
+ "name" : "",
+ "sourceIndexes" :
+ [
+ 0
+ ]
+ },
+ {
+ "name" : "CMake Rules",
+ "sourceIndexes" :
+ [
+ 1,
+ 2
+ ]
+ }
+ ],
+ "sources" :
+ [
+ {
+ "backtrace" : 0,
+ "isGenerated" : true,
+ "path" : "cmake-build-release/CMakeFiles/projects_ray_autogen",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 0,
+ "isGenerated" : true,
+ "path" : "cmake-build-release/CMakeFiles/projects_ray_autogen.rule",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 0,
+ "isGenerated" : true,
+ "path" : "cmake-build-release/projects_ray_autogen/timestamp.rule",
+ "sourceGroupIndex" : 1
+ }
+ ],
+ "type" : "UTILITY"
+}
diff --git a/cmake-build-release/.cmake/api/v1/reply/target-projects_ray_autogen_timestamp_deps-Release-13dacd06bea72fd44545.json b/cmake-build-release/.cmake/api/v1/reply/target-projects_ray_autogen_timestamp_deps-Release-13dacd06bea72fd44545.json
new file mode 100644
index 0000000..ef02882
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/target-projects_ray_autogen_timestamp_deps-Release-13dacd06bea72fd44545.json
@@ -0,0 +1,58 @@
+{
+ "backtrace" : 0,
+ "backtraceGraph" :
+ {
+ "commands" : [],
+ "files" :
+ [
+ "CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 0
+ }
+ ]
+ },
+ "id" : "projects_ray_autogen_timestamp_deps::@6890427a1f51a3e7e1df",
+ "isGeneratorProvided" : true,
+ "name" : "projects_ray_autogen_timestamp_deps",
+ "paths" :
+ {
+ "build" : ".",
+ "source" : "."
+ },
+ "sourceGroups" :
+ [
+ {
+ "name" : "",
+ "sourceIndexes" :
+ [
+ 0
+ ]
+ },
+ {
+ "name" : "CMake Rules",
+ "sourceIndexes" :
+ [
+ 1
+ ]
+ }
+ ],
+ "sources" :
+ [
+ {
+ "backtrace" : 0,
+ "isGenerated" : true,
+ "path" : "cmake-build-release/CMakeFiles/projects_ray_autogen_timestamp_deps",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 0,
+ "isGenerated" : true,
+ "path" : "cmake-build-release/CMakeFiles/projects_ray_autogen_timestamp_deps.rule",
+ "sourceGroupIndex" : 1
+ }
+ ],
+ "type" : "UTILITY"
+}
diff --git a/cmake-build-release/.cmake/api/v1/reply/toolchains-v1-577ea0f3a8aa7156cbd5.json b/cmake-build-release/.cmake/api/v1/reply/toolchains-v1-577ea0f3a8aa7156cbd5.json
new file mode 100644
index 0000000..b9067e3
--- /dev/null
+++ b/cmake-build-release/.cmake/api/v1/reply/toolchains-v1-577ea0f3a8aa7156cbd5.json
@@ -0,0 +1,57 @@
+{
+ "kind" : "toolchains",
+ "toolchains" :
+ [
+ {
+ "compiler" :
+ {
+ "id" : "AppleClang",
+ "implicit" :
+ {
+ "includeDirectories" :
+ [
+ "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1",
+ "/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include",
+ "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include",
+ "/Library/Developer/CommandLineTools/usr/include"
+ ],
+ "linkDirectories" :
+ [
+ "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/lib"
+ ],
+ "linkFrameworkDirectories" :
+ [
+ "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks"
+ ],
+ "linkLibraries" :
+ [
+ "c++"
+ ]
+ },
+ "path" : "/Library/Developer/CommandLineTools/usr/bin/c++",
+ "version" : "14.0.0.14000029"
+ },
+ "language" : "CXX",
+ "sourceFileExtensions" :
+ [
+ "C",
+ "M",
+ "c++",
+ "cc",
+ "cpp",
+ "cxx",
+ "m",
+ "mm",
+ "mpp",
+ "CPP",
+ "ixx",
+ "cppm"
+ ]
+ }
+ ],
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+}
diff --git a/cmake-build-release/.ninja_deps b/cmake-build-release/.ninja_deps
new file mode 100644
index 0000000..f9af373
--- /dev/null
+++ b/cmake-build-release/.ninja_deps
Binary files differ
diff --git a/cmake-build-release/.ninja_log b/cmake-build-release/.ninja_log
new file mode 100644
index 0000000..0f5dc5a
--- /dev/null
+++ b/cmake-build-release/.ninja_log
@@ -0,0 +1,31 @@
+# ninja log v5
+0 434 1702446593224993460 projects_ray_autogen/timestamp 55fca76aac650d2f
+0 434 1702446593224993460 projects_ray_autogen/mocs_compilation.cpp 55fca76aac650d2f
+0 434 1702446593224993460 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/timestamp 55fca76aac650d2f
+0 434 1702446593224993460 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/mocs_compilation.cpp 55fca76aac650d2f
+435 675 1702446593470170245 CMakeFiles/projects_ray.dir/src/settings.cpp.o af593dd8c38f8a51
+436 757 1702446593552201990 CMakeFiles/projects_ray.dir/src/camera/camera.cpp.o ae395a7ba55f31e0
+437 1140 1702446593933045264 CMakeFiles/projects_ray.dir/src/intersect/normals.cpp.o dc9fbf174942b6a6
+434 1237 1702446594030720700 CMakeFiles/projects_ray.dir/projects_ray_autogen/mocs_compilation.cpp.o 1ad68196f2f117c1
+437 1278 1702446594071361222 CMakeFiles/projects_ray.dir/src/raytracer/raytracescene.cpp.o 4a558d7c0ab76c07
+434 1369 1702446594162602358 CMakeFiles/projects_ray.dir/src/mainwindow.cpp.o 8a94e9f3bb65e6ba
+434 1494 1702446594287021479 CMakeFiles/projects_ray.dir/src/main.cpp.o 94fb23c1a8b2c56c
+757 1692 1702446594485292649 CMakeFiles/projects_ray.dir/src/utils/sceneparser.cpp.o e6ffba0ae97d5386
+437 1759 1702446594550766213 CMakeFiles/projects_ray.dir/src/raytracer/raytracer.cpp.o 19b4d88ef40a6db1
+1140 1839 1702446594633094121 CMakeFiles/projects_ray.dir/src/intersect/intersect.cpp.o d2b1593379e5dcda
+1237 1991 1702446594784223220 CMakeFiles/projects_ray.dir/src/illuminate/illuminate.cpp.o 36fb1526130d4f10
+1278 2008 1702446594802049344 CMakeFiles/projects_ray.dir/src/illuminate/shadow.cpp.o 976dc05943374640
+1369 2042 1702446594835637032 CMakeFiles/projects_ray.dir/src/illuminate/reflect.cpp.o 899987bee3f68062
+1494 2174 1702446594966067875 CMakeFiles/projects_ray.dir/src/texture/texture.cpp.o ee619672f0183b37
+2008 2351 1702446595146034010 CMakeFiles/projects_ray.dir/src/vec4ops/vec4ops.cpp.o d7fc6a03a78a11b2
+1692 2383 1702446595176643525 CMakeFiles/projects_ray.dir/src/accelerate/myqthreads.cpp.o 1275de63f43c05f3
+675 2432 1702446595224556920 CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o 5dbf3687fca6fb
+1759 2452 1702446595244689767 CMakeFiles/projects_ray.dir/src/utils/raytracerutils.cpp.o 2155c0e78af65352
+1839 2530 1702446595324513579 CMakeFiles/projects_ray.dir/src/aliasing/supersample.cpp.o 856523a4b6d122f7
+2432 2557 1702446595352904495 CMakeFiles/projects_ray.dir/src/vec4ops/transform4d.cpp.o 7e5d8f712f75efb4
+1991 2750 1702446595544090623 CMakeFiles/projects_ray.dir/src/aliasing/filter.cpp.o 9dee6d99978c214
+2174 2962 1702446595756054008 CMakeFiles/projects_ray.dir/src/accelerate/kdtree.cpp.o cef03b69fda1011b
+2383 3031 1702446595825027072 CMakeFiles/projects_ray.dir/src/vec4ops/rotations4d.cpp.o cad2614c6119bd5e
+2351 3149 1702446595943941675 CMakeFiles/projects_ray.dir/src/accelerate/bvh.cpp.o 58a267a27bf597a8
+2042 3432 1702446596225388493 CMakeFiles/projects_ray.dir/src/accelerate/myqtconcurrent.cpp.o 202e3ecc659447bc
+3432 3539 1702446596334814499 projects_ray 45fbfe11691b47a4
diff --git a/cmake-build-release/.qt/QtDeploySupport.cmake b/cmake-build-release/.qt/QtDeploySupport.cmake
new file mode 100644
index 0000000..0289004
--- /dev/null
+++ b/cmake-build-release/.qt/QtDeploySupport.cmake
@@ -0,0 +1,60 @@
+cmake_minimum_required(VERSION 3.16...3.21)
+
+# These are part of the public API. Projects should use them to provide a
+# consistent set of prefix-relative destinations.
+if(NOT QT_DEPLOY_BIN_DIR)
+ set(QT_DEPLOY_BIN_DIR "bin")
+endif()
+if(NOT QT_DEPLOY_LIB_DIR)
+ set(QT_DEPLOY_LIB_DIR "lib")
+endif()
+if(NOT QT_DEPLOY_PLUGINS_DIR)
+ set(QT_DEPLOY_PLUGINS_DIR "plugins")
+endif()
+if(NOT QT_DEPLOY_QML_DIR)
+ set(QT_DEPLOY_QML_DIR "qml")
+endif()
+if(NOT QT_DEPLOY_TRANSLATIONS_DIR)
+ set(QT_DEPLOY_TRANSLATIONS_DIR "translations")
+endif()
+if(NOT QT_DEPLOY_PREFIX)
+ set(QT_DEPLOY_PREFIX "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}")
+endif()
+if(QT_DEPLOY_PREFIX STREQUAL "")
+ set(QT_DEPLOY_PREFIX .)
+endif()
+if(NOT QT_DEPLOY_IGNORED_LIB_DIRS)
+ set(QT_DEPLOY_IGNORED_LIB_DIRS "")
+endif()
+
+# These are internal implementation details. They may be removed at any time.
+set(__QT_DEPLOY_SYSTEM_NAME "Darwin")
+set(__QT_DEPLOY_IS_SHARED_LIBS_BUILD "ON")
+set(__QT_DEPLOY_TOOL "/Users/sotech117/Qt/6.5.2/macos/bin/macdeployqt")
+set(__QT_DEPLOY_IMPL_DIR "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/.qt")
+set(__QT_DEPLOY_VERBOSE "")
+set(__QT_CMAKE_EXPORT_NAMESPACE "Qt6")
+set(__QT_DEPLOY_GENERATOR_IS_MULTI_CONFIG "0")
+set(__QT_DEPLOY_ACTIVE_CONFIG "Release")
+set(__QT_NO_CREATE_VERSIONLESS_FUNCTIONS "")
+set(__QT_DEFAULT_MAJOR_VERSION "6")
+set(__QT_DEPLOY_QT_ADDITIONAL_PACKAGES_PREFIX_PATH "")
+set(__QT_DEPLOY_QT_INSTALL_PREFIX "/Users/sotech117/Qt/6.5.2/macos")
+set(__QT_DEPLOY_QT_INSTALL_BINS "bin")
+set(__QT_DEPLOY_QT_INSTALL_PLUGINS "./plugins")
+set(__QT_DEPLOY_QT_INSTALL_TRANSLATIONS "./translations")
+set(__QT_DEPLOY_PLUGINS "")
+set(__QT_DEPLOY_MUST_ADJUST_PLUGINS_RPATH "")
+set(__QT_DEPLOY_USE_PATCHELF "")
+set(__QT_DEPLOY_PATCHELF_EXECUTABLE "")
+
+# Define the CMake commands to be made available during deployment.
+set(__qt_deploy_support_files
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreDeploySupport.cmake"
+)
+foreach(__qt_deploy_support_file IN LISTS __qt_deploy_support_files)
+ include("${__qt_deploy_support_file}")
+endforeach()
+
+unset(__qt_deploy_support_file)
+unset(__qt_deploy_support_files)
diff --git a/cmake-build-release/CMakeCache.txt b/cmake-build-release/CMakeCache.txt
new file mode 100644
index 0000000..9ad0310
--- /dev/null
+++ b/cmake-build-release/CMakeCache.txt
@@ -0,0 +1,1224 @@
+# This is the CMakeCache file.
+# For build in directory: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release
+# It was generated by CMake: /Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//Path to a program.
+CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND
+
+//Path to a program.
+CMAKE_AR:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ar
+
+//Choose the type of build, options are: None Debug Release RelWithDebInfo
+// MinSizeRel ...
+CMAKE_BUILD_TYPE:STRING=Release
+
+//Enable colored diagnostics throughout.
+CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
+
+//CXX compiler
+CMAKE_CXX_COMPILER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/c++
+
+//Flags used by the CXX compiler during all build types.
+CMAKE_CXX_FLAGS:STRING=
+
+//Flags used by the CXX compiler during DEBUG builds.
+CMAKE_CXX_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the CXX compiler during MINSIZEREL builds.
+CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the CXX compiler during RELEASE builds.
+CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the CXX compiler during RELWITHDEBINFO builds.
+CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//Path to a program.
+CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
+
+//Flags used by the linker during all build types.
+CMAKE_EXE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during DEBUG builds.
+CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during MINSIZEREL builds.
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during RELEASE builds.
+CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during RELWITHDEBINFO builds.
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
+
+//Value Computed by CMake.
+CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/pkgRedirects
+
+//User executables (bin)
+CMAKE_INSTALL_BINDIR:PATH=bin
+
+//Read-only architecture-independent data (DATAROOTDIR)
+CMAKE_INSTALL_DATADIR:PATH=
+
+//Read-only architecture-independent data root (share)
+CMAKE_INSTALL_DATAROOTDIR:PATH=share
+
+//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
+CMAKE_INSTALL_DOCDIR:PATH=
+
+//C header files (include)
+CMAKE_INSTALL_INCLUDEDIR:PATH=include
+
+//Info documentation (DATAROOTDIR/info)
+CMAKE_INSTALL_INFODIR:PATH=
+
+//Object code libraries (lib)
+CMAKE_INSTALL_LIBDIR:PATH=lib
+
+//Program executables (libexec)
+CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
+
+//Locale-dependent data (DATAROOTDIR/locale)
+CMAKE_INSTALL_LOCALEDIR:PATH=
+
+//Modifiable single-machine data (var)
+CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
+
+//Man documentation (DATAROOTDIR/man)
+CMAKE_INSTALL_MANDIR:PATH=
+
+//Path to a program.
+CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
+
+//C header files for non-gcc (/usr/include)
+CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/usr/local
+
+//Run-time variable data (LOCALSTATEDIR/run)
+CMAKE_INSTALL_RUNSTATEDIR:PATH=
+
+//System admin executables (sbin)
+CMAKE_INSTALL_SBINDIR:PATH=sbin
+
+//Modifiable architecture-independent data (com)
+CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
+
+//Read-only single-machine data (etc)
+CMAKE_INSTALL_SYSCONFDIR:PATH=etc
+
+//Path to a program.
+CMAKE_LINKER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ld
+
+//make program
+CMAKE_MAKE_PROGRAM:FILEPATH=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja
+
+//Flags used by the linker during the creation of modules during
+// all build types.
+CMAKE_MODULE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of modules during
+// DEBUG builds.
+CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of modules during
+// MINSIZEREL builds.
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELEASE builds.
+CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELWITHDEBINFO builds.
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_NM:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/nm
+
+//Path to a program.
+CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
+
+//Path to a program.
+CMAKE_OBJDUMP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/objdump
+
+//Build architectures for OSX
+CMAKE_OSX_ARCHITECTURES:STRING=
+
+//Minimum OS X version to target for deployment (at runtime); newer
+// APIs weak linked. Set to empty string for default value.
+CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
+
+//The product will be built against the headers and libraries located
+// inside the indicated SDK.
+CMAKE_OSX_SYSROOT:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk
+
+//No help, variable specified on the command line.
+CMAKE_PREFIX_PATH:UNINITIALIZED=/Users/sotech117/Qt/6.5.2/macos/lib/cmake
+
+//Value Computed by CMake
+CMAKE_PROJECT_DESCRIPTION:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=projects_ray
+
+//Path to a program.
+CMAKE_RANLIB:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ranlib
+
+//Path to a program.
+CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND
+
+//Flags used by the linker during the creation of shared libraries
+// during all build types.
+CMAKE_SHARED_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during DEBUG builds.
+CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during MINSIZEREL builds.
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELEASE builds.
+CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELWITHDEBINFO builds.
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//Flags used by the linker during the creation of static libraries
+// during all build types.
+CMAKE_STATIC_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during DEBUG builds.
+CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during MINSIZEREL builds.
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELEASE builds.
+CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELWITHDEBINFO builds.
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_STRIP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/strip
+
+//If this value is on, makefiles will be generated without the
+// .SILENT directive, and all commands will be echoed to the console
+// during the make. This is useful for debugging only. With Visual
+// Studio IDE projects all commands are done without /nologo.
+CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
+
+//Path to a program.
+MACDEPLOYQT_EXECUTABLE:FILEPATH=/Users/sotech117/Qt/6.5.2/macos/bin/macdeployqt
+
+//Include for OpenGL on OS X
+OPENGL_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework
+
+//OpenGL library for OS X
+OPENGL_gl_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework
+
+//GLU library for OS X (usually same as OpenGL library)
+OPENGL_glu_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework
+
+//Additional directories where find(Qt6 ...) host Qt components
+// are searched
+QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING=
+
+//Additional directories where find(Qt6 ...) components are searched
+QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING=
+
+//The directory containing a CMake configuration file for Qt6Concurrent.
+Qt6Concurrent_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent
+
+//The directory containing a CMake configuration file for Qt6CoreTools.
+Qt6CoreTools_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools
+
+//The directory containing a CMake configuration file for Qt6Core.
+Qt6Core_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core
+
+//The directory containing a CMake configuration file for Qt6DBusTools.
+Qt6DBusTools_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools
+
+//The directory containing a CMake configuration file for Qt6DBus.
+Qt6DBus_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus
+
+//The directory containing a CMake configuration file for Qt6GuiTools.
+Qt6GuiTools_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools
+
+//The directory containing a CMake configuration file for Qt6Gui.
+Qt6Gui_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui
+
+//The directory containing a CMake configuration file for Qt6OpenGLWidgets.
+Qt6OpenGLWidgets_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets
+
+//The directory containing a CMake configuration file for Qt6OpenGL.
+Qt6OpenGL_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL
+
+//The directory containing a CMake configuration file for Qt6WidgetsTools.
+Qt6WidgetsTools_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools
+
+//The directory containing a CMake configuration file for Qt6Widgets.
+Qt6Widgets_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets
+
+//The directory containing a CMake configuration file for Qt6Xml.
+Qt6Xml_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml
+
+//The directory containing a CMake configuration file for Qt6.
+Qt6_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6
+
+//Path to a library.
+WrapOpenGL_AGL:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/AGL.framework
+
+//Value Computed by CMake
+projects_ray_BINARY_DIR:STATIC=/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release
+
+//Value Computed by CMake
+projects_ray_IS_TOP_LEVEL:STATIC=ON
+
+//Value Computed by CMake
+projects_ray_SOURCE_DIR:STATIC=/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//ADVANCED property for variable: CMAKE_ADDR2LINE
+CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_AR
+CMAKE_AR-ADVANCED:INTERNAL=1
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=26
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/ctest
+//ADVANCED property for variable: CMAKE_CXX_COMPILER
+CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS
+CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
+CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
+CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
+CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
+CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_DLLTOOL
+CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
+//Executable file format
+CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
+CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
+CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
+CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+//Name of external makefile project generator.
+CMAKE_EXTRA_GENERATOR:INTERNAL=
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Ninja
+//Generator instance identifier.
+CMAKE_GENERATOR_INSTANCE:INTERNAL=
+//Name of generator platform.
+CMAKE_GENERATOR_PLATFORM:INTERNAL=
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Test CMAKE_HAVE_LIBC_PTHREAD
+CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
+//Source directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230
+//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
+CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
+CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
+CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
+CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
+CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
+CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
+CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
+CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
+CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
+CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
+CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
+CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
+CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
+CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
+CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
+CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
+CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_LINKER
+CMAKE_LINKER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
+CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
+CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
+CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_NM
+CMAKE_NM-ADVANCED:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
+//ADVANCED property for variable: CMAKE_OBJCOPY
+CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJDUMP
+CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
+//Platform information initialized
+CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_RANLIB
+CMAKE_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_READELF
+CMAKE_READELF-ADVANCED:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
+CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
+CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
+CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
+CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
+CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
+CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STRIP
+CMAKE_STRIP-ADVANCED:INTERNAL=1
+//uname command
+CMAKE_UNAME:INTERNAL=/usr/bin/uname
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//Details about finding OpenGL
+FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework][/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework][c ][v()]
+//Details about finding Threads
+FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
+//Details about finding WrapAtomic
+FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic:INTERNAL=[1][v()]
+//Details about finding WrapOpenGL
+FIND_PACKAGE_MESSAGE_DETAILS_WrapOpenGL:INTERNAL=[ON][v()]
+//Test HAVE_STDATOMIC
+HAVE_STDATOMIC:INTERNAL=1
+//ADVANCED property for variable: OPENGL_INCLUDE_DIR
+OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_gl_LIBRARY
+OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_glu_LIBRARY
+OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
+//Qt feature: abstractbutton (from target Qt6::Widgets)
+QT_FEATURE_abstractbutton:INTERNAL=ON
+//Qt feature: abstractslider (from target Qt6::Widgets)
+QT_FEATURE_abstractslider:INTERNAL=ON
+//Qt feature: accessibility (from target Qt6::Gui)
+QT_FEATURE_accessibility:INTERNAL=ON
+//Qt feature: accessibility_atspi_bridge (from target Qt6::Gui)
+QT_FEATURE_accessibility_atspi_bridge:INTERNAL=OFF
+//Qt feature: action (from target Qt6::Gui)
+QT_FEATURE_action:INTERNAL=ON
+//Qt feature: aesni (from target Qt6::Core)
+QT_FEATURE_aesni:INTERNAL=ON
+//Qt feature: alloca (from target Qt6::Core)
+QT_FEATURE_alloca:INTERNAL=ON
+//Qt feature: alloca_h (from target Qt6::Core)
+QT_FEATURE_alloca_h:INTERNAL=ON
+//Qt feature: alloca_malloc_h (from target Qt6::Core)
+QT_FEATURE_alloca_malloc_h:INTERNAL=OFF
+//Qt feature: android_style_assets (from target Qt6::Core)
+QT_FEATURE_android_style_assets:INTERNAL=OFF
+//Qt feature: animation (from target Qt6::Core)
+QT_FEATURE_animation:INTERNAL=ON
+//Qt feature: appstore_compliant (from target Qt6::Core)
+QT_FEATURE_appstore_compliant:INTERNAL=OFF
+//Qt feature: arm_crc32 (from target Qt6::Core)
+QT_FEATURE_arm_crc32:INTERNAL=OFF
+//Qt feature: arm_crypto (from target Qt6::Core)
+QT_FEATURE_arm_crypto:INTERNAL=OFF
+//Qt feature: avx (from target Qt6::Core)
+QT_FEATURE_avx:INTERNAL=ON
+//Qt feature: avx2 (from target Qt6::Core)
+QT_FEATURE_avx2:INTERNAL=ON
+//Qt feature: avx512bw (from target Qt6::Core)
+QT_FEATURE_avx512bw:INTERNAL=ON
+//Qt feature: avx512cd (from target Qt6::Core)
+QT_FEATURE_avx512cd:INTERNAL=ON
+//Qt feature: avx512dq (from target Qt6::Core)
+QT_FEATURE_avx512dq:INTERNAL=ON
+//Qt feature: avx512er (from target Qt6::Core)
+QT_FEATURE_avx512er:INTERNAL=ON
+//Qt feature: avx512f (from target Qt6::Core)
+QT_FEATURE_avx512f:INTERNAL=ON
+//Qt feature: avx512ifma (from target Qt6::Core)
+QT_FEATURE_avx512ifma:INTERNAL=ON
+//Qt feature: avx512pf (from target Qt6::Core)
+QT_FEATURE_avx512pf:INTERNAL=ON
+//Qt feature: avx512vbmi (from target Qt6::Core)
+QT_FEATURE_avx512vbmi:INTERNAL=ON
+//Qt feature: avx512vbmi2 (from target Qt6::Core)
+QT_FEATURE_avx512vbmi2:INTERNAL=ON
+//Qt feature: avx512vl (from target Qt6::Core)
+QT_FEATURE_avx512vl:INTERNAL=ON
+//Qt feature: backtrace (from target Qt6::Core)
+QT_FEATURE_backtrace:INTERNAL=ON
+//Qt feature: buttongroup (from target Qt6::Widgets)
+QT_FEATURE_buttongroup:INTERNAL=ON
+//Qt feature: c11 (from target Qt6::Core)
+QT_FEATURE_c11:INTERNAL=ON
+//Qt feature: c99 (from target Qt6::Core)
+QT_FEATURE_c99:INTERNAL=ON
+//Qt feature: calendarwidget (from target Qt6::Widgets)
+QT_FEATURE_calendarwidget:INTERNAL=ON
+//Qt feature: cborstreamreader (from target Qt6::Core)
+QT_FEATURE_cborstreamreader:INTERNAL=ON
+//Qt feature: cborstreamwriter (from target Qt6::Core)
+QT_FEATURE_cborstreamwriter:INTERNAL=ON
+//Qt feature: checkbox (from target Qt6::Widgets)
+QT_FEATURE_checkbox:INTERNAL=ON
+//Qt feature: clipboard (from target Qt6::Gui)
+QT_FEATURE_clipboard:INTERNAL=ON
+//Qt feature: clock_gettime (from target Qt6::Core)
+QT_FEATURE_clock_gettime:INTERNAL=ON
+//Qt feature: clock_monotonic (from target Qt6::Core)
+QT_FEATURE_clock_monotonic:INTERNAL=OFF
+//Qt feature: colordialog (from target Qt6::Widgets)
+QT_FEATURE_colordialog:INTERNAL=ON
+//Qt feature: colornames (from target Qt6::Gui)
+QT_FEATURE_colornames:INTERNAL=ON
+//Qt feature: columnview (from target Qt6::Widgets)
+QT_FEATURE_columnview:INTERNAL=ON
+//Qt feature: combobox (from target Qt6::Widgets)
+QT_FEATURE_combobox:INTERNAL=ON
+//Qt feature: commandlineparser (from target Qt6::Core)
+QT_FEATURE_commandlineparser:INTERNAL=ON
+//Qt feature: commandlinkbutton (from target Qt6::Widgets)
+QT_FEATURE_commandlinkbutton:INTERNAL=ON
+//Qt feature: completer (from target Qt6::Widgets)
+QT_FEATURE_completer:INTERNAL=ON
+//Qt feature: concatenatetablesproxymodel (from target Qt6::Core)
+QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON
+//Qt feature: concurrent (from target Qt6::Core)
+QT_FEATURE_concurrent:INTERNAL=ON
+//Qt feature: contextmenu (from target Qt6::Widgets)
+QT_FEATURE_contextmenu:INTERNAL=ON
+//Qt feature: cpp_winrt (from target Qt6::Core)
+QT_FEATURE_cpp_winrt:INTERNAL=OFF
+//Qt feature: cross_compile (from target Qt6::Core)
+QT_FEATURE_cross_compile:INTERNAL=OFF
+//Qt feature: cssparser (from target Qt6::Gui)
+QT_FEATURE_cssparser:INTERNAL=ON
+//Qt feature: ctf (from target Qt6::Core)
+QT_FEATURE_ctf:INTERNAL=OFF
+//Qt feature: cursor (from target Qt6::Gui)
+QT_FEATURE_cursor:INTERNAL=ON
+//Qt feature: cxx11 (from target Qt6::Core)
+QT_FEATURE_cxx11:INTERNAL=ON
+//Qt feature: cxx11_future (from target Qt6::Core)
+QT_FEATURE_cxx11_future:INTERNAL=ON
+//Qt feature: cxx14 (from target Qt6::Core)
+QT_FEATURE_cxx14:INTERNAL=ON
+//Qt feature: cxx17 (from target Qt6::Core)
+QT_FEATURE_cxx17:INTERNAL=ON
+//Qt feature: cxx17_filesystem (from target Qt6::Core)
+QT_FEATURE_cxx17_filesystem:INTERNAL=ON
+//Qt feature: cxx1z (from target Qt6::Core)
+QT_FEATURE_cxx1z:INTERNAL=ON
+//Qt feature: cxx20 (from target Qt6::Core)
+QT_FEATURE_cxx20:INTERNAL=OFF
+//Qt feature: cxx2a (from target Qt6::Core)
+QT_FEATURE_cxx2a:INTERNAL=OFF
+//Qt feature: cxx2b (from target Qt6::Core)
+QT_FEATURE_cxx2b:INTERNAL=OFF
+//Qt feature: datawidgetmapper (from target Qt6::Widgets)
+QT_FEATURE_datawidgetmapper:INTERNAL=ON
+//Qt feature: datestring (from target Qt6::Core)
+QT_FEATURE_datestring:INTERNAL=ON
+//Qt feature: datetimeedit (from target Qt6::Widgets)
+QT_FEATURE_datetimeedit:INTERNAL=ON
+//Qt feature: datetimeparser (from target Qt6::Core)
+QT_FEATURE_datetimeparser:INTERNAL=ON
+//Qt feature: dbus (from target Qt6::Core)
+QT_FEATURE_dbus:INTERNAL=ON
+//Qt feature: dbus_linked (from target Qt6::Core)
+QT_FEATURE_dbus_linked:INTERNAL=OFF
+//Qt feature: debug (from target Qt6::Core)
+QT_FEATURE_debug:INTERNAL=OFF
+//Qt feature: debug_and_release (from target Qt6::Core)
+QT_FEATURE_debug_and_release:INTERNAL=OFF
+//Qt feature: desktopservices (from target Qt6::Gui)
+QT_FEATURE_desktopservices:INTERNAL=ON
+//Qt feature: developer_build (from target Qt6::Core)
+QT_FEATURE_developer_build:INTERNAL=OFF
+//Qt feature: dial (from target Qt6::Widgets)
+QT_FEATURE_dial:INTERNAL=ON
+//Qt feature: dialog (from target Qt6::Widgets)
+QT_FEATURE_dialog:INTERNAL=ON
+//Qt feature: dialogbuttonbox (from target Qt6::Widgets)
+QT_FEATURE_dialogbuttonbox:INTERNAL=ON
+//Qt feature: direct2d (from target Qt6::Gui)
+QT_FEATURE_direct2d:INTERNAL=OFF
+//Qt feature: direct2d1_1 (from target Qt6::Gui)
+QT_FEATURE_direct2d1_1:INTERNAL=OFF
+//Qt feature: directfb (from target Qt6::Gui)
+QT_FEATURE_directfb:INTERNAL=OFF
+//Qt feature: directwrite (from target Qt6::Gui)
+QT_FEATURE_directwrite:INTERNAL=OFF
+//Qt feature: directwrite3 (from target Qt6::Gui)
+QT_FEATURE_directwrite3:INTERNAL=OFF
+//Qt feature: dladdr (from target Qt6::Core)
+QT_FEATURE_dladdr:INTERNAL=ON
+//Qt feature: dlopen (from target Qt6::Core)
+QT_FEATURE_dlopen:INTERNAL=ON
+//Qt feature: dockwidget (from target Qt6::Widgets)
+QT_FEATURE_dockwidget:INTERNAL=ON
+//Qt feature: dom (from target Qt6::Xml)
+QT_FEATURE_dom:INTERNAL=ON
+//Qt feature: doubleconversion (from target Qt6::Core)
+QT_FEATURE_doubleconversion:INTERNAL=ON
+//Qt feature: draganddrop (from target Qt6::Gui)
+QT_FEATURE_draganddrop:INTERNAL=ON
+//Qt feature: drm_atomic (from target Qt6::Gui)
+QT_FEATURE_drm_atomic:INTERNAL=OFF
+//Qt feature: dynamicgl (from target Qt6::Gui)
+QT_FEATURE_dynamicgl:INTERNAL=OFF
+//Qt feature: easingcurve (from target Qt6::Core)
+QT_FEATURE_easingcurve:INTERNAL=ON
+//Qt feature: effects (from target Qt6::Widgets)
+QT_FEATURE_effects:INTERNAL=ON
+//Qt feature: egl (from target Qt6::Gui)
+QT_FEATURE_egl:INTERNAL=OFF
+//Qt feature: egl_x11 (from target Qt6::Gui)
+QT_FEATURE_egl_x11:INTERNAL=OFF
+//Qt feature: eglfs (from target Qt6::Gui)
+QT_FEATURE_eglfs:INTERNAL=OFF
+//Qt feature: eglfs_brcm (from target Qt6::Gui)
+QT_FEATURE_eglfs_brcm:INTERNAL=OFF
+//Qt feature: eglfs_egldevice (from target Qt6::Gui)
+QT_FEATURE_eglfs_egldevice:INTERNAL=OFF
+//Qt feature: eglfs_gbm (from target Qt6::Gui)
+QT_FEATURE_eglfs_gbm:INTERNAL=OFF
+//Qt feature: eglfs_mali (from target Qt6::Gui)
+QT_FEATURE_eglfs_mali:INTERNAL=OFF
+//Qt feature: eglfs_openwfd (from target Qt6::Gui)
+QT_FEATURE_eglfs_openwfd:INTERNAL=OFF
+//Qt feature: eglfs_rcar (from target Qt6::Gui)
+QT_FEATURE_eglfs_rcar:INTERNAL=OFF
+//Qt feature: eglfs_viv (from target Qt6::Gui)
+QT_FEATURE_eglfs_viv:INTERNAL=OFF
+//Qt feature: eglfs_viv_wl (from target Qt6::Gui)
+QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF
+//Qt feature: eglfs_vsp2 (from target Qt6::Gui)
+QT_FEATURE_eglfs_vsp2:INTERNAL=OFF
+//Qt feature: eglfs_x11 (from target Qt6::Gui)
+QT_FEATURE_eglfs_x11:INTERNAL=OFF
+//Qt feature: errormessage (from target Qt6::Widgets)
+QT_FEATURE_errormessage:INTERNAL=ON
+//Qt feature: etw (from target Qt6::Core)
+QT_FEATURE_etw:INTERNAL=OFF
+//Qt feature: evdev (from target Qt6::Gui)
+QT_FEATURE_evdev:INTERNAL=OFF
+//Qt feature: eventfd (from target Qt6::Core)
+QT_FEATURE_eventfd:INTERNAL=OFF
+//Qt feature: f16c (from target Qt6::Core)
+QT_FEATURE_f16c:INTERNAL=ON
+//Qt feature: filedialog (from target Qt6::Widgets)
+QT_FEATURE_filedialog:INTERNAL=ON
+//Qt feature: filesystemiterator (from target Qt6::Core)
+QT_FEATURE_filesystemiterator:INTERNAL=ON
+//Qt feature: filesystemmodel (from target Qt6::Gui)
+QT_FEATURE_filesystemmodel:INTERNAL=ON
+//Qt feature: filesystemwatcher (from target Qt6::Core)
+QT_FEATURE_filesystemwatcher:INTERNAL=ON
+//Qt feature: fontcombobox (from target Qt6::Widgets)
+QT_FEATURE_fontcombobox:INTERNAL=ON
+//Qt feature: fontconfig (from target Qt6::Gui)
+QT_FEATURE_fontconfig:INTERNAL=OFF
+//Qt feature: fontdialog (from target Qt6::Widgets)
+QT_FEATURE_fontdialog:INTERNAL=ON
+//Qt feature: force_asserts (from target Qt6::Core)
+QT_FEATURE_force_asserts:INTERNAL=OFF
+//Qt feature: force_debug_info (from target Qt6::Core)
+QT_FEATURE_force_debug_info:INTERNAL=ON
+//Qt feature: forkfd_pidfd (from target Qt6::Core)
+QT_FEATURE_forkfd_pidfd:INTERNAL=OFF
+//Qt feature: formlayout (from target Qt6::Widgets)
+QT_FEATURE_formlayout:INTERNAL=ON
+//Qt feature: framework (from target Qt6::Core)
+QT_FEATURE_framework:INTERNAL=ON
+//Qt feature: freetype (from target Qt6::Gui)
+QT_FEATURE_freetype:INTERNAL=ON
+//Qt feature: fscompleter (from target Qt6::Widgets)
+QT_FEATURE_fscompleter:INTERNAL=ON
+//Qt feature: futimens (from target Qt6::Core)
+QT_FEATURE_futimens:INTERNAL=ON
+//Qt feature: future (from target Qt6::Core)
+QT_FEATURE_future:INTERNAL=ON
+//Qt feature: gc_binaries (from target Qt6::Core)
+QT_FEATURE_gc_binaries:INTERNAL=OFF
+//Qt feature: gestures (from target Qt6::Core)
+QT_FEATURE_gestures:INTERNAL=ON
+//Qt feature: getauxval (from target Qt6::Core)
+QT_FEATURE_getauxval:INTERNAL=OFF
+//Qt feature: getentropy (from target Qt6::Core)
+QT_FEATURE_getentropy:INTERNAL=ON
+//Qt feature: gif (from target Qt6::Gui)
+QT_FEATURE_gif:INTERNAL=ON
+//Qt feature: glib (from target Qt6::Core)
+QT_FEATURE_glib:INTERNAL=OFF
+//Qt feature: glibc (from target Qt6::Core)
+QT_FEATURE_glibc:INTERNAL=OFF
+//Qt feature: graphicseffect (from target Qt6::Widgets)
+QT_FEATURE_graphicseffect:INTERNAL=ON
+//Qt feature: graphicsview (from target Qt6::Widgets)
+QT_FEATURE_graphicsview:INTERNAL=ON
+//Qt feature: groupbox (from target Qt6::Widgets)
+QT_FEATURE_groupbox:INTERNAL=ON
+//Qt feature: gtk3 (from target Qt6::Widgets)
+QT_FEATURE_gtk3:INTERNAL=OFF
+//Qt feature: gui (from target Qt6::Core)
+QT_FEATURE_gui:INTERNAL=ON
+//Qt feature: harfbuzz (from target Qt6::Gui)
+QT_FEATURE_harfbuzz:INTERNAL=ON
+//Qt feature: headersclean (from target Qt6::Core)
+QT_FEATURE_headersclean:INTERNAL=ON
+//Qt feature: highdpiscaling (from target Qt6::Gui)
+QT_FEATURE_highdpiscaling:INTERNAL=ON
+//Qt feature: hijricalendar (from target Qt6::Core)
+QT_FEATURE_hijricalendar:INTERNAL=ON
+//Qt feature: ico (from target Qt6::Gui)
+QT_FEATURE_ico:INTERNAL=ON
+//Qt feature: icu (from target Qt6::Core)
+QT_FEATURE_icu:INTERNAL=OFF
+//Qt feature: identityproxymodel (from target Qt6::Core)
+QT_FEATURE_identityproxymodel:INTERNAL=ON
+//Qt feature: im (from target Qt6::Gui)
+QT_FEATURE_im:INTERNAL=ON
+//Qt feature: image_heuristic_mask (from target Qt6::Gui)
+QT_FEATURE_image_heuristic_mask:INTERNAL=ON
+//Qt feature: image_text (from target Qt6::Gui)
+QT_FEATURE_image_text:INTERNAL=ON
+//Qt feature: imageformat_bmp (from target Qt6::Gui)
+QT_FEATURE_imageformat_bmp:INTERNAL=ON
+//Qt feature: imageformat_jpeg (from target Qt6::Gui)
+QT_FEATURE_imageformat_jpeg:INTERNAL=ON
+//Qt feature: imageformat_png (from target Qt6::Gui)
+QT_FEATURE_imageformat_png:INTERNAL=ON
+//Qt feature: imageformat_ppm (from target Qt6::Gui)
+QT_FEATURE_imageformat_ppm:INTERNAL=ON
+//Qt feature: imageformat_xbm (from target Qt6::Gui)
+QT_FEATURE_imageformat_xbm:INTERNAL=ON
+//Qt feature: imageformat_xpm (from target Qt6::Gui)
+QT_FEATURE_imageformat_xpm:INTERNAL=ON
+//Qt feature: imageformatplugin (from target Qt6::Gui)
+QT_FEATURE_imageformatplugin:INTERNAL=ON
+//Qt feature: imageio_text_loading (from target Qt6::Gui)
+QT_FEATURE_imageio_text_loading:INTERNAL=ON
+//Qt feature: inotify (from target Qt6::Core)
+QT_FEATURE_inotify:INTERNAL=OFF
+//Qt feature: inputdialog (from target Qt6::Widgets)
+QT_FEATURE_inputdialog:INTERNAL=ON
+//Qt feature: integrityfb (from target Qt6::Gui)
+QT_FEATURE_integrityfb:INTERNAL=OFF
+//Qt feature: integrityhid (from target Qt6::Gui)
+QT_FEATURE_integrityhid:INTERNAL=OFF
+//Qt feature: intelcet (from target Qt6::Core)
+QT_FEATURE_intelcet:INTERNAL=OFF
+//Qt feature: islamiccivilcalendar (from target Qt6::Core)
+QT_FEATURE_islamiccivilcalendar:INTERNAL=ON
+//Qt feature: itemmodel (from target Qt6::Core)
+QT_FEATURE_itemmodel:INTERNAL=ON
+//Qt feature: itemviews (from target Qt6::Widgets)
+QT_FEATURE_itemviews:INTERNAL=ON
+//Qt feature: jalalicalendar (from target Qt6::Core)
+QT_FEATURE_jalalicalendar:INTERNAL=ON
+//Qt feature: journald (from target Qt6::Core)
+QT_FEATURE_journald:INTERNAL=OFF
+//Qt feature: jpeg (from target Qt6::Gui)
+QT_FEATURE_jpeg:INTERNAL=ON
+//Qt feature: keysequenceedit (from target Qt6::Widgets)
+QT_FEATURE_keysequenceedit:INTERNAL=ON
+//Qt feature: kms (from target Qt6::Gui)
+QT_FEATURE_kms:INTERNAL=OFF
+//Qt feature: label (from target Qt6::Widgets)
+QT_FEATURE_label:INTERNAL=ON
+//Qt feature: largefile (from target Qt6::Core)
+QT_FEATURE_largefile:INTERNAL=ON
+//Qt feature: lcdnumber (from target Qt6::Widgets)
+QT_FEATURE_lcdnumber:INTERNAL=ON
+//Qt feature: libinput (from target Qt6::Gui)
+QT_FEATURE_libinput:INTERNAL=OFF
+//Qt feature: libinput_axis_api (from target Qt6::Gui)
+QT_FEATURE_libinput_axis_api:INTERNAL=OFF
+//Qt feature: libinput_hires_wheel_support (from target Qt6::Gui)
+QT_FEATURE_libinput_hires_wheel_support:INTERNAL=OFF
+//Qt feature: library (from target Qt6::Core)
+QT_FEATURE_library:INTERNAL=ON
+//Qt feature: libudev (from target Qt6::Core)
+QT_FEATURE_libudev:INTERNAL=OFF
+//Qt feature: lineedit (from target Qt6::Widgets)
+QT_FEATURE_lineedit:INTERNAL=ON
+//Qt feature: linkat (from target Qt6::Core)
+QT_FEATURE_linkat:INTERNAL=OFF
+//Qt feature: linuxfb (from target Qt6::Gui)
+QT_FEATURE_linuxfb:INTERNAL=OFF
+//Qt feature: listview (from target Qt6::Widgets)
+QT_FEATURE_listview:INTERNAL=ON
+//Qt feature: listwidget (from target Qt6::Widgets)
+QT_FEATURE_listwidget:INTERNAL=ON
+//Qt feature: lttng (from target Qt6::Core)
+QT_FEATURE_lttng:INTERNAL=OFF
+//Qt feature: mainwindow (from target Qt6::Widgets)
+QT_FEATURE_mainwindow:INTERNAL=ON
+//Qt feature: mdiarea (from target Qt6::Widgets)
+QT_FEATURE_mdiarea:INTERNAL=ON
+//Qt feature: menu (from target Qt6::Widgets)
+QT_FEATURE_menu:INTERNAL=ON
+//Qt feature: menubar (from target Qt6::Widgets)
+QT_FEATURE_menubar:INTERNAL=ON
+//Qt feature: messagebox (from target Qt6::Widgets)
+QT_FEATURE_messagebox:INTERNAL=ON
+//Qt feature: mimetype (from target Qt6::Core)
+QT_FEATURE_mimetype:INTERNAL=ON
+//Qt feature: mimetype_database (from target Qt6::Core)
+QT_FEATURE_mimetype_database:INTERNAL=ON
+//Qt feature: mips_dsp (from target Qt6::Core)
+QT_FEATURE_mips_dsp:INTERNAL=OFF
+//Qt feature: mips_dspr2 (from target Qt6::Core)
+QT_FEATURE_mips_dspr2:INTERNAL=OFF
+//Qt feature: movie (from target Qt6::Gui)
+QT_FEATURE_movie:INTERNAL=ON
+//Qt feature: mtdev (from target Qt6::Gui)
+QT_FEATURE_mtdev:INTERNAL=OFF
+//Qt feature: multiprocess (from target Qt6::Gui)
+QT_FEATURE_multiprocess:INTERNAL=ON
+//Qt feature: neon (from target Qt6::Core)
+QT_FEATURE_neon:INTERNAL=ON
+//Qt feature: network (from target Qt6::Core)
+QT_FEATURE_network:INTERNAL=ON
+//Qt feature: no_direct_extern_access (from target Qt6::Core)
+QT_FEATURE_no_direct_extern_access:INTERNAL=OFF
+//Qt feature: no_pkg_config (from target Qt6::Core)
+QT_FEATURE_no_pkg_config:INTERNAL=ON
+//Qt feature: no_prefix (from target Qt6::Core)
+QT_FEATURE_no_prefix:INTERNAL=OFF
+//Qt feature: opengl (from target Qt6::Gui)
+QT_FEATURE_opengl:INTERNAL=ON
+//Qt feature: opengles2 (from target Qt6::Gui)
+QT_FEATURE_opengles2:INTERNAL=OFF
+//Qt feature: opengles3 (from target Qt6::Gui)
+QT_FEATURE_opengles3:INTERNAL=OFF
+//Qt feature: opengles31 (from target Qt6::Gui)
+QT_FEATURE_opengles31:INTERNAL=OFF
+//Qt feature: opengles32 (from target Qt6::Gui)
+QT_FEATURE_opengles32:INTERNAL=OFF
+//Qt feature: openssl (from target Qt6::Core)
+QT_FEATURE_openssl:INTERNAL=ON
+//Qt feature: openssl_linked (from target Qt6::Core)
+QT_FEATURE_openssl_linked:INTERNAL=OFF
+//Qt feature: opensslv11 (from target Qt6::Core)
+QT_FEATURE_opensslv11:INTERNAL=OFF
+//Qt feature: opensslv30 (from target Qt6::Core)
+QT_FEATURE_opensslv30:INTERNAL=ON
+//Qt feature: openvg (from target Qt6::Gui)
+QT_FEATURE_openvg:INTERNAL=OFF
+//Qt feature: pcre2 (from target Qt6::Core)
+QT_FEATURE_pcre2:INTERNAL=ON
+//Qt feature: pdf (from target Qt6::Gui)
+QT_FEATURE_pdf:INTERNAL=ON
+//Qt feature: permissions (from target Qt6::Core)
+QT_FEATURE_permissions:INTERNAL=ON
+//Qt feature: picture (from target Qt6::Gui)
+QT_FEATURE_picture:INTERNAL=ON
+//Qt feature: pkg_config (from target Qt6::Core)
+QT_FEATURE_pkg_config:INTERNAL=OFF
+//Qt feature: plugin_manifest (from target Qt6::Core)
+QT_FEATURE_plugin_manifest:INTERNAL=ON
+//Qt feature: png (from target Qt6::Gui)
+QT_FEATURE_png:INTERNAL=ON
+//Qt feature: poll_exit_on_error (from target Qt6::Core)
+QT_FEATURE_poll_exit_on_error:INTERNAL=OFF
+//Qt feature: poll_poll (from target Qt6::Core)
+QT_FEATURE_poll_poll:INTERNAL=ON
+//Qt feature: poll_pollts (from target Qt6::Core)
+QT_FEATURE_poll_pollts:INTERNAL=OFF
+//Qt feature: poll_ppoll (from target Qt6::Core)
+QT_FEATURE_poll_ppoll:INTERNAL=OFF
+//Qt feature: poll_select (from target Qt6::Core)
+QT_FEATURE_poll_select:INTERNAL=OFF
+//Qt feature: posix_fallocate (from target Qt6::Core)
+QT_FEATURE_posix_fallocate:INTERNAL=OFF
+//Qt feature: precompile_header (from target Qt6::Core)
+QT_FEATURE_precompile_header:INTERNAL=ON
+//Qt feature: printsupport (from target Qt6::Core)
+QT_FEATURE_printsupport:INTERNAL=ON
+//Qt feature: private_tests (from target Qt6::Core)
+QT_FEATURE_private_tests:INTERNAL=OFF
+//Qt feature: process (from target Qt6::Core)
+QT_FEATURE_process:INTERNAL=ON
+//Qt feature: processenvironment (from target Qt6::Core)
+QT_FEATURE_processenvironment:INTERNAL=ON
+//Qt feature: progressbar (from target Qt6::Widgets)
+QT_FEATURE_progressbar:INTERNAL=ON
+//Qt feature: progressdialog (from target Qt6::Widgets)
+QT_FEATURE_progressdialog:INTERNAL=ON
+//Qt feature: proxymodel (from target Qt6::Core)
+QT_FEATURE_proxymodel:INTERNAL=ON
+//Qt feature: pushbutton (from target Qt6::Widgets)
+QT_FEATURE_pushbutton:INTERNAL=ON
+//Qt feature: qqnx_imf (from target Qt6::Gui)
+QT_FEATURE_qqnx_imf:INTERNAL=OFF
+//Qt feature: qqnx_pps (from target Qt6::Core)
+QT_FEATURE_qqnx_pps:INTERNAL=OFF
+//Qt feature: qt_framework (from target Qt6::Core)
+QT_FEATURE_qt_framework:INTERNAL=ON
+//Qt feature: radiobutton (from target Qt6::Widgets)
+QT_FEATURE_radiobutton:INTERNAL=ON
+//Qt feature: raster_64bit (from target Qt6::Gui)
+QT_FEATURE_raster_64bit:INTERNAL=ON
+//Qt feature: raster_fp (from target Qt6::Gui)
+QT_FEATURE_raster_fp:INTERNAL=ON
+//Qt feature: rdrnd (from target Qt6::Core)
+QT_FEATURE_rdrnd:INTERNAL=ON
+//Qt feature: rdseed (from target Qt6::Core)
+QT_FEATURE_rdseed:INTERNAL=ON
+//Qt feature: reduce_exports (from target Qt6::Core)
+QT_FEATURE_reduce_exports:INTERNAL=ON
+//Qt feature: reduce_relocations (from target Qt6::Core)
+QT_FEATURE_reduce_relocations:INTERNAL=OFF
+//Qt feature: regularexpression (from target Qt6::Core)
+QT_FEATURE_regularexpression:INTERNAL=ON
+//Qt feature: relocatable (from target Qt6::Core)
+QT_FEATURE_relocatable:INTERNAL=ON
+//Qt feature: renameat2 (from target Qt6::Core)
+QT_FEATURE_renameat2:INTERNAL=OFF
+//Qt feature: resizehandler (from target Qt6::Widgets)
+QT_FEATURE_resizehandler:INTERNAL=ON
+//Qt feature: rpath (from target Qt6::Core)
+QT_FEATURE_rpath:INTERNAL=ON
+//Qt feature: rubberband (from target Qt6::Widgets)
+QT_FEATURE_rubberband:INTERNAL=ON
+//Qt feature: scrollarea (from target Qt6::Widgets)
+QT_FEATURE_scrollarea:INTERNAL=ON
+//Qt feature: scrollbar (from target Qt6::Widgets)
+QT_FEATURE_scrollbar:INTERNAL=ON
+//Qt feature: scroller (from target Qt6::Widgets)
+QT_FEATURE_scroller:INTERNAL=ON
+//Qt feature: separate_debug_info (from target Qt6::Core)
+QT_FEATURE_separate_debug_info:INTERNAL=ON
+//Qt feature: sessionmanager (from target Qt6::Gui)
+QT_FEATURE_sessionmanager:INTERNAL=ON
+//Qt feature: settings (from target Qt6::Core)
+QT_FEATURE_settings:INTERNAL=ON
+//Qt feature: sha3_fast (from target Qt6::Core)
+QT_FEATURE_sha3_fast:INTERNAL=ON
+//Qt feature: shani (from target Qt6::Core)
+QT_FEATURE_shani:INTERNAL=ON
+//Qt feature: shared (from target Qt6::Core)
+QT_FEATURE_shared:INTERNAL=ON
+//Qt feature: sharedmemory (from target Qt6::Core)
+QT_FEATURE_sharedmemory:INTERNAL=ON
+//Qt feature: shortcut (from target Qt6::Core)
+QT_FEATURE_shortcut:INTERNAL=ON
+//Qt feature: signaling_nan (from target Qt6::Core)
+QT_FEATURE_signaling_nan:INTERNAL=ON
+//Qt feature: simulator_and_device (from target Qt6::Core)
+QT_FEATURE_simulator_and_device:INTERNAL=OFF
+//Qt feature: sizegrip (from target Qt6::Widgets)
+QT_FEATURE_sizegrip:INTERNAL=ON
+//Qt feature: slider (from target Qt6::Widgets)
+QT_FEATURE_slider:INTERNAL=ON
+//Qt feature: slog2 (from target Qt6::Core)
+QT_FEATURE_slog2:INTERNAL=OFF
+//Qt feature: sortfilterproxymodel (from target Qt6::Core)
+QT_FEATURE_sortfilterproxymodel:INTERNAL=ON
+//Qt feature: spinbox (from target Qt6::Widgets)
+QT_FEATURE_spinbox:INTERNAL=ON
+//Qt feature: splashscreen (from target Qt6::Widgets)
+QT_FEATURE_splashscreen:INTERNAL=ON
+//Qt feature: splitter (from target Qt6::Widgets)
+QT_FEATURE_splitter:INTERNAL=ON
+//Qt feature: sql (from target Qt6::Core)
+QT_FEATURE_sql:INTERNAL=ON
+//Qt feature: sse2 (from target Qt6::Core)
+QT_FEATURE_sse2:INTERNAL=ON
+//Qt feature: sse3 (from target Qt6::Core)
+QT_FEATURE_sse3:INTERNAL=ON
+//Qt feature: sse4_1 (from target Qt6::Core)
+QT_FEATURE_sse4_1:INTERNAL=ON
+//Qt feature: sse4_2 (from target Qt6::Core)
+QT_FEATURE_sse4_2:INTERNAL=ON
+//Qt feature: ssse3 (from target Qt6::Core)
+QT_FEATURE_ssse3:INTERNAL=ON
+//Qt feature: stack_protector_strong (from target Qt6::Core)
+QT_FEATURE_stack_protector_strong:INTERNAL=OFF
+//Qt feature: stackedwidget (from target Qt6::Widgets)
+QT_FEATURE_stackedwidget:INTERNAL=ON
+//Qt feature: standarditemmodel (from target Qt6::Gui)
+QT_FEATURE_standarditemmodel:INTERNAL=ON
+//Qt feature: static (from target Qt6::Core)
+QT_FEATURE_static:INTERNAL=OFF
+//Qt feature: statusbar (from target Qt6::Widgets)
+QT_FEATURE_statusbar:INTERNAL=ON
+//Qt feature: statustip (from target Qt6::Widgets)
+QT_FEATURE_statustip:INTERNAL=ON
+//Qt feature: statx (from target Qt6::Core)
+QT_FEATURE_statx:INTERNAL=OFF
+//Qt feature: std_atomic64 (from target Qt6::Core)
+QT_FEATURE_std_atomic64:INTERNAL=ON
+//Qt feature: stdlib_libcpp (from target Qt6::Core)
+QT_FEATURE_stdlib_libcpp:INTERNAL=OFF
+//Qt feature: stringlistmodel (from target Qt6::Core)
+QT_FEATURE_stringlistmodel:INTERNAL=ON
+//Qt feature: style_android (from target Qt6::Widgets)
+QT_FEATURE_style_android:INTERNAL=OFF
+//Qt feature: style_fusion (from target Qt6::Widgets)
+QT_FEATURE_style_fusion:INTERNAL=ON
+//Qt feature: style_mac (from target Qt6::Widgets)
+QT_FEATURE_style_mac:INTERNAL=ON
+//Qt feature: style_stylesheet (from target Qt6::Widgets)
+QT_FEATURE_style_stylesheet:INTERNAL=ON
+//Qt feature: style_windows (from target Qt6::Widgets)
+QT_FEATURE_style_windows:INTERNAL=ON
+//Qt feature: style_windowsvista (from target Qt6::Widgets)
+QT_FEATURE_style_windowsvista:INTERNAL=OFF
+//Qt feature: syntaxhighlighter (from target Qt6::Widgets)
+QT_FEATURE_syntaxhighlighter:INTERNAL=ON
+//Qt feature: syslog (from target Qt6::Core)
+QT_FEATURE_syslog:INTERNAL=OFF
+//Qt feature: system_doubleconversion (from target Qt6::Core)
+QT_FEATURE_system_doubleconversion:INTERNAL=OFF
+//Qt feature: system_freetype (from target Qt6::Gui)
+QT_FEATURE_system_freetype:INTERNAL=OFF
+//Qt feature: system_harfbuzz (from target Qt6::Gui)
+QT_FEATURE_system_harfbuzz:INTERNAL=OFF
+//Qt feature: system_jpeg (from target Qt6::Gui)
+QT_FEATURE_system_jpeg:INTERNAL=OFF
+//Qt feature: system_libb2 (from target Qt6::Core)
+QT_FEATURE_system_libb2:INTERNAL=OFF
+//Qt feature: system_pcre2 (from target Qt6::Core)
+QT_FEATURE_system_pcre2:INTERNAL=OFF
+//Qt feature: system_png (from target Qt6::Gui)
+QT_FEATURE_system_png:INTERNAL=OFF
+//Qt feature: system_textmarkdownreader (from target Qt6::Gui)
+QT_FEATURE_system_textmarkdownreader:INTERNAL=OFF
+//Qt feature: system_xcb_xinput (from target Qt6::Gui)
+QT_FEATURE_system_xcb_xinput:INTERNAL=OFF
+//Qt feature: system_zlib (from target Qt6::Core)
+QT_FEATURE_system_zlib:INTERNAL=ON
+//Qt feature: systemsemaphore (from target Qt6::Core)
+QT_FEATURE_systemsemaphore:INTERNAL=ON
+//Qt feature: systemtrayicon (from target Qt6::Gui)
+QT_FEATURE_systemtrayicon:INTERNAL=ON
+//Qt feature: tabbar (from target Qt6::Widgets)
+QT_FEATURE_tabbar:INTERNAL=ON
+//Qt feature: tabletevent (from target Qt6::Gui)
+QT_FEATURE_tabletevent:INTERNAL=ON
+//Qt feature: tableview (from target Qt6::Widgets)
+QT_FEATURE_tableview:INTERNAL=ON
+//Qt feature: tablewidget (from target Qt6::Widgets)
+QT_FEATURE_tablewidget:INTERNAL=ON
+//Qt feature: tabwidget (from target Qt6::Widgets)
+QT_FEATURE_tabwidget:INTERNAL=ON
+//Qt feature: temporaryfile (from target Qt6::Core)
+QT_FEATURE_temporaryfile:INTERNAL=ON
+//Qt feature: testlib (from target Qt6::Core)
+QT_FEATURE_testlib:INTERNAL=ON
+//Qt feature: textbrowser (from target Qt6::Widgets)
+QT_FEATURE_textbrowser:INTERNAL=ON
+//Qt feature: textdate (from target Qt6::Core)
+QT_FEATURE_textdate:INTERNAL=ON
+//Qt feature: textedit (from target Qt6::Widgets)
+QT_FEATURE_textedit:INTERNAL=ON
+//Qt feature: texthtmlparser (from target Qt6::Gui)
+QT_FEATURE_texthtmlparser:INTERNAL=ON
+//Qt feature: textmarkdownreader (from target Qt6::Gui)
+QT_FEATURE_textmarkdownreader:INTERNAL=ON
+//Qt feature: textmarkdownwriter (from target Qt6::Gui)
+QT_FEATURE_textmarkdownwriter:INTERNAL=ON
+//Qt feature: textodfwriter (from target Qt6::Gui)
+QT_FEATURE_textodfwriter:INTERNAL=ON
+//Qt feature: thread (from target Qt6::Core)
+QT_FEATURE_thread:INTERNAL=ON
+//Qt feature: timezone (from target Qt6::Core)
+QT_FEATURE_timezone:INTERNAL=ON
+//Qt feature: toolbar (from target Qt6::Widgets)
+QT_FEATURE_toolbar:INTERNAL=ON
+//Qt feature: toolbox (from target Qt6::Widgets)
+QT_FEATURE_toolbox:INTERNAL=ON
+//Qt feature: toolbutton (from target Qt6::Widgets)
+QT_FEATURE_toolbutton:INTERNAL=ON
+//Qt feature: tooltip (from target Qt6::Widgets)
+QT_FEATURE_tooltip:INTERNAL=ON
+//Qt feature: translation (from target Qt6::Core)
+QT_FEATURE_translation:INTERNAL=ON
+//Qt feature: transposeproxymodel (from target Qt6::Core)
+QT_FEATURE_transposeproxymodel:INTERNAL=ON
+//Qt feature: treeview (from target Qt6::Widgets)
+QT_FEATURE_treeview:INTERNAL=ON
+//Qt feature: treewidget (from target Qt6::Widgets)
+QT_FEATURE_treewidget:INTERNAL=ON
+//Qt feature: tslib (from target Qt6::Gui)
+QT_FEATURE_tslib:INTERNAL=OFF
+//Qt feature: tuiotouch (from target Qt6::Gui)
+QT_FEATURE_tuiotouch:INTERNAL=ON
+//Qt feature: undocommand (from target Qt6::Gui)
+QT_FEATURE_undocommand:INTERNAL=ON
+//Qt feature: undogroup (from target Qt6::Gui)
+QT_FEATURE_undogroup:INTERNAL=ON
+//Qt feature: undostack (from target Qt6::Gui)
+QT_FEATURE_undostack:INTERNAL=ON
+//Qt feature: undoview (from target Qt6::Widgets)
+QT_FEATURE_undoview:INTERNAL=ON
+//Qt feature: use_bfd_linker (from target Qt6::Core)
+QT_FEATURE_use_bfd_linker:INTERNAL=OFF
+//Qt feature: use_gold_linker (from target Qt6::Core)
+QT_FEATURE_use_gold_linker:INTERNAL=OFF
+//Qt feature: use_lld_linker (from target Qt6::Core)
+QT_FEATURE_use_lld_linker:INTERNAL=OFF
+//Qt feature: use_mold_linker (from target Qt6::Core)
+QT_FEATURE_use_mold_linker:INTERNAL=OFF
+//Qt feature: vaes (from target Qt6::Core)
+QT_FEATURE_vaes:INTERNAL=ON
+//Qt feature: validator (from target Qt6::Gui)
+QT_FEATURE_validator:INTERNAL=ON
+//Qt feature: vkgen (from target Qt6::Gui)
+QT_FEATURE_vkgen:INTERNAL=ON
+//Qt feature: vkkhrdisplay (from target Qt6::Gui)
+QT_FEATURE_vkkhrdisplay:INTERNAL=OFF
+//Qt feature: vnc (from target Qt6::Gui)
+QT_FEATURE_vnc:INTERNAL=OFF
+//Qt feature: vsp2 (from target Qt6::Gui)
+QT_FEATURE_vsp2:INTERNAL=OFF
+//Qt feature: vulkan (from target Qt6::Gui)
+QT_FEATURE_vulkan:INTERNAL=OFF
+//Qt feature: wasm_exceptions (from target Qt6::Core)
+QT_FEATURE_wasm_exceptions:INTERNAL=OFF
+//Qt feature: wasm_simd128 (from target Qt6::Core)
+QT_FEATURE_wasm_simd128:INTERNAL=OFF
+//Qt feature: whatsthis (from target Qt6::Gui)
+QT_FEATURE_whatsthis:INTERNAL=ON
+//Qt feature: wheelevent (from target Qt6::Gui)
+QT_FEATURE_wheelevent:INTERNAL=ON
+//Qt feature: widgets (from target Qt6::Core)
+QT_FEATURE_widgets:INTERNAL=ON
+//Qt feature: widgettextcontrol (from target Qt6::Widgets)
+QT_FEATURE_widgettextcontrol:INTERNAL=ON
+//Qt feature: wizard (from target Qt6::Widgets)
+QT_FEATURE_wizard:INTERNAL=ON
+//Qt feature: x86intrin (from target Qt6::Core)
+QT_FEATURE_x86intrin:INTERNAL=ON
+//Qt feature: xcb (from target Qt6::Gui)
+QT_FEATURE_xcb:INTERNAL=OFF
+//Qt feature: xcb_egl_plugin (from target Qt6::Gui)
+QT_FEATURE_xcb_egl_plugin:INTERNAL=OFF
+//Qt feature: xcb_glx (from target Qt6::Gui)
+QT_FEATURE_xcb_glx:INTERNAL=OFF
+//Qt feature: xcb_glx_plugin (from target Qt6::Gui)
+QT_FEATURE_xcb_glx_plugin:INTERNAL=OFF
+//Qt feature: xcb_native_painting (from target Qt6::Gui)
+QT_FEATURE_xcb_native_painting:INTERNAL=OFF
+//Qt feature: xcb_sm (from target Qt6::Gui)
+QT_FEATURE_xcb_sm:INTERNAL=OFF
+//Qt feature: xcb_xlib (from target Qt6::Gui)
+QT_FEATURE_xcb_xlib:INTERNAL=OFF
+//Qt feature: xkbcommon (from target Qt6::Gui)
+QT_FEATURE_xkbcommon:INTERNAL=OFF
+//Qt feature: xkbcommon_x11 (from target Qt6::Gui)
+QT_FEATURE_xkbcommon_x11:INTERNAL=OFF
+//Qt feature: xlib (from target Qt6::Gui)
+QT_FEATURE_xlib:INTERNAL=OFF
+//Qt feature: xml (from target Qt6::Core)
+QT_FEATURE_xml:INTERNAL=ON
+//Qt feature: xmlstream (from target Qt6::Core)
+QT_FEATURE_xmlstream:INTERNAL=ON
+//Qt feature: xmlstreamreader (from target Qt6::Core)
+QT_FEATURE_xmlstreamreader:INTERNAL=ON
+//Qt feature: xmlstreamwriter (from target Qt6::Core)
+QT_FEATURE_xmlstreamwriter:INTERNAL=ON
+//Qt feature: xrender (from target Qt6::Gui)
+QT_FEATURE_xrender:INTERNAL=OFF
+//Qt feature: zstd (from target Qt6::Core)
+QT_FEATURE_zstd:INTERNAL=OFF
+//CMAKE_INSTALL_PREFIX during last run
+_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
+
diff --git a/cmake-build-release/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake b/cmake-build-release/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake
new file mode 100644
index 0000000..fd2d017
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake
@@ -0,0 +1,83 @@
+set(CMAKE_CXX_COMPILER "/Library/Developer/CommandLineTools/usr/bin/c++")
+set(CMAKE_CXX_COMPILER_ARG1 "")
+set(CMAKE_CXX_COMPILER_ID "AppleClang")
+set(CMAKE_CXX_COMPILER_VERSION "14.0.0.14000029")
+set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
+set(CMAKE_CXX_COMPILER_WRAPPER "")
+set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
+set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
+set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
+set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
+set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
+set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
+set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
+set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
+set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
+
+set(CMAKE_CXX_PLATFORM_ID "Darwin")
+set(CMAKE_CXX_SIMULATE_ID "")
+set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
+set(CMAKE_CXX_SIMULATE_VERSION "")
+
+
+
+
+set(CMAKE_AR "/Library/Developer/CommandLineTools/usr/bin/ar")
+set(CMAKE_CXX_COMPILER_AR "")
+set(CMAKE_RANLIB "/Library/Developer/CommandLineTools/usr/bin/ranlib")
+set(CMAKE_CXX_COMPILER_RANLIB "")
+set(CMAKE_LINKER "/Library/Developer/CommandLineTools/usr/bin/ld")
+set(CMAKE_MT "")
+set(CMAKE_COMPILER_IS_GNUCXX )
+set(CMAKE_CXX_COMPILER_LOADED 1)
+set(CMAKE_CXX_COMPILER_WORKS TRUE)
+set(CMAKE_CXX_ABI_COMPILED TRUE)
+
+set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
+
+set(CMAKE_CXX_COMPILER_ID_RUN 1)
+set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
+set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
+
+foreach (lang C OBJC OBJCXX)
+ if (CMAKE_${lang}_COMPILER_ID_RUN)
+ foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
+ list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
+ endforeach()
+ endif()
+endforeach()
+
+set(CMAKE_CXX_LINKER_PREFERENCE 30)
+set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
+
+# Save compiler ABI information.
+set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
+set(CMAKE_CXX_COMPILER_ABI "")
+set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
+set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
+
+if(CMAKE_CXX_SIZEOF_DATA_PTR)
+ set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_CXX_COMPILER_ABI)
+ set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
+endif()
+
+if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
+ set(CMAKE_LIBRARY_ARCHITECTURE "")
+endif()
+
+set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
+ set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+
+set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include")
+set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++")
+set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/lib")
+set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks")
diff --git a/cmake-build-release/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-release/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin
new file mode 100755
index 0000000..3796db7
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin
Binary files differ
diff --git a/cmake-build-release/CMakeFiles/3.26.4/CMakeSystem.cmake b/cmake-build-release/CMakeFiles/3.26.4/CMakeSystem.cmake
new file mode 100644
index 0000000..05cfe7e
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/3.26.4/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Darwin-22.2.0")
+set(CMAKE_HOST_SYSTEM_NAME "Darwin")
+set(CMAKE_HOST_SYSTEM_VERSION "22.2.0")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64")
+
+
+
+set(CMAKE_SYSTEM "Darwin-22.2.0")
+set(CMAKE_SYSTEM_NAME "Darwin")
+set(CMAKE_SYSTEM_VERSION "22.2.0")
+set(CMAKE_SYSTEM_PROCESSOR "arm64")
+
+set(CMAKE_CROSSCOMPILING "FALSE")
+
+set(CMAKE_SYSTEM_LOADED 1)
diff --git a/cmake-build-release/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-release/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp
new file mode 100644
index 0000000..746b167
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp
@@ -0,0 +1,855 @@
+/* This source file must have a .cpp extension so that all C++ compilers
+ recognize the extension without flags. Borland does not know .cxx for
+ example. */
+#ifndef __cplusplus
+# error "A C compiler has been selected for C++."
+#endif
+
+#if !defined(__has_include)
+/* If the compiler does not have __has_include, pretend the answer is
+ always no. */
+# define __has_include(x) 0
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+ Version date components: YYYY=Year, MM=Month, DD=Day */
+
+#if defined(__COMO__)
+# define COMPILER_ID "Comeau"
+ /* __COMO_VERSION__ = VRR */
+# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
+
+#elif defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+# endif
+ /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
+ except that a few beta releases use the old format with V=2021. */
+# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
+# endif
+# else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
+ /* The third version component from --version is an update index,
+ but no macro is provided for it. */
+# define COMPILER_VERSION_PATCH DEC(0)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+ /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
+# define COMPILER_ID "IntelLLVM"
+#if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+#endif
+/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
+ * later. Look for 6 digit vs. 8 digit version number to decide encoding.
+ * VVVV is no smaller than the current year when a version is released.
+ */
+#if __INTEL_LLVM_COMPILER < 1000000L
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
+#else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
+#endif
+#if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+#elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+#endif
+#if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+#endif
+#if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+#endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+ /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+ /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+ /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_CC)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_CC >= 0x5100
+ /* __SUNPRO_CC = 0xVRRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# else
+ /* __SUNPRO_CC = 0xVRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# endif
+
+#elif defined(__HP_aCC)
+# define COMPILER_ID "HP"
+ /* __HP_aCC = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
+
+#elif defined(__DECCXX)
+# define COMPILER_ID "Compaq"
+ /* __DECCXX_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
+
+#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__open_xl__) && defined(__clang__)
+# define COMPILER_ID "IBMClang"
+# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
+# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
+# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
+
+
+#elif defined(__ibmxl__) && defined(__clang__)
+# define COMPILER_ID "XLClang"
+# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
+# define COMPILER_ID "XL"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
+# define COMPILER_ID "VisualAge"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__NVCOMPILER)
+# define COMPILER_ID "NVHPC"
+# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
+# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
+# if defined(__NVCOMPILER_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+ /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
+
+#elif defined(__CLANG_FUJITSU)
+# define COMPILER_ID "FujitsuClang"
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(__FUJITSU)
+# define COMPILER_ID "Fujitsu"
+# if defined(__FCC_version__)
+# define COMPILER_VERSION __FCC_version__
+# elif defined(__FCC_major__)
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# endif
+# if defined(__fcc_version)
+# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
+# elif defined(__FCC_VERSION)
+# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
+# endif
+
+
+#elif defined(__ghs__)
+# define COMPILER_ID "GHS"
+/* __GHS_VERSION_NUMBER = VVVVRP */
+# ifdef __GHS_VERSION_NUMBER
+# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
+# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
+# endif
+
+#elif defined(__TASKING__)
+# define COMPILER_ID "Tasking"
+ # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
+ # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
+# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__ARMCC_VERSION) && !defined(__clang__)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+ /* __ARMCC_VERSION = VRRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#else
+ /* __ARMCC_VERSION = VRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#endif
+
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
+# define COMPILER_ID "ARMClang"
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
+# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
+# define COMPILER_ID "LCC"
+# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
+# if defined(__LCC_MINOR__)
+# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
+# endif
+# if defined(__GNUC__) && defined(__GNUC_MINOR__)
+# define SIMULATE_ID "GNU"
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+# endif
+
+#elif defined(__GNUC__) || defined(__GNUG__)
+# define COMPILER_ID "GNU"
+# if defined(__GNUC__)
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# else
+# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+ /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+# if _MSC_VER >= 1400
+ /* _MSC_FULL_VER = VVRRPPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+# else
+ /* _MSC_FULL_VER = VVRRPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+# endif
+# endif
+# if defined(_MSC_BUILD)
+# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(_ADI_COMPILER)
+# define COMPILER_ID "ADSP"
+#if defined(__VERSIONNUM__)
+ /* __VERSIONNUM__ = 0xVVRRPPTT */
+# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
+# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
+# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
+# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+# if defined(__VER__) && defined(__ICCARM__)
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
+# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
+# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
+# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
+# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# endif
+
+
+/* These compilers are either not known or too old to define an
+ identification macro. Try to identify the platform and guess that
+ it is the native compiler. */
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* Identify known platforms by name. */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__MSYS__)
+# define PLATFORM_ID "MSYS"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+# define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+# define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+# define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+# define PLATFORM_ID "Windows3x"
+
+# elif defined(__VXWORKS__)
+# define PLATFORM_ID "VxWorks"
+
+# else /* unknown platform */
+# define PLATFORM_ID
+# endif
+
+#elif defined(__INTEGRITY)
+# if defined(INT_178B)
+# define PLATFORM_ID "Integrity178"
+
+# else /* regular Integrity */
+# define PLATFORM_ID "Integrity"
+# endif
+
+# elif defined(_ADI_COMPILER)
+# define PLATFORM_ID "ADSP"
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+ the architecture of the compiler being used. This is because
+ the compilers do not have flags that can change the architecture,
+ but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+# define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_ARM64EC)
+# define ARCHITECTURE_ID "ARM64EC"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM64)
+# define ARCHITECTURE_ID "ARM64"
+
+# elif defined(_M_ARM)
+# if _M_ARM == 4
+# define ARCHITECTURE_ID "ARMV4I"
+# elif _M_ARM == 5
+# define ARCHITECTURE_ID "ARMV5I"
+# else
+# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+# endif
+
+# elif defined(_M_MIPS)
+# define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+# define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+# define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# if defined(__ICCARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__ICCRX__)
+# define ARCHITECTURE_ID "RX"
+
+# elif defined(__ICCRH850__)
+# define ARCHITECTURE_ID "RH850"
+
+# elif defined(__ICCRL78__)
+# define ARCHITECTURE_ID "RL78"
+
+# elif defined(__ICCRISCV__)
+# define ARCHITECTURE_ID "RISCV"
+
+# elif defined(__ICCAVR__)
+# define ARCHITECTURE_ID "AVR"
+
+# elif defined(__ICC430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__ICCV850__)
+# define ARCHITECTURE_ID "V850"
+
+# elif defined(__ICC8051__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__ICCSTM8__)
+# define ARCHITECTURE_ID "STM8"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__ghs__)
+# if defined(__PPC64__)
+# define ARCHITECTURE_ID "PPC64"
+
+# elif defined(__ppc__)
+# define ARCHITECTURE_ID "PPC"
+
+# elif defined(__ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__x86_64__)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(__i386__)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__TI_COMPILER_VERSION__)
+# if defined(__TI_ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__MSP430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__TMS320C28XX__)
+# define ARCHITECTURE_ID "TMS320C28x"
+
+# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
+# define ARCHITECTURE_ID "TMS320C6x"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+# elif defined(__ADSPSHARC__)
+# define ARCHITECTURE_ID "SHARC"
+
+# elif defined(__ADSPBLACKFIN__)
+# define ARCHITECTURE_ID "Blackfin"
+
+#elif defined(__TASKING__)
+
+# if defined(__CTC__) || defined(__CPTC__)
+# define ARCHITECTURE_ID "TriCore"
+
+# elif defined(__CMCS__)
+# define ARCHITECTURE_ID "MCS"
+
+# elif defined(__CARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__CARC__)
+# define ARCHITECTURE_ID "ARC"
+
+# elif defined(__C51__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__CPCP__)
+# define ARCHITECTURE_ID "PCP"
+
+# else
+# define ARCHITECTURE_ID ""
+# endif
+
+#else
+# define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals. */
+#define DEC(n) \
+ ('0' + (((n) / 10000000)%10)), \
+ ('0' + (((n) / 1000000)%10)), \
+ ('0' + (((n) / 100000)%10)), \
+ ('0' + (((n) / 10000)%10)), \
+ ('0' + (((n) / 1000)%10)), \
+ ('0' + (((n) / 100)%10)), \
+ ('0' + (((n) / 10)%10)), \
+ ('0' + ((n) % 10))
+
+/* Convert integer to hex digit literals. */
+#define HEX(n) \
+ ('0' + ((n)>>28 & 0xF)), \
+ ('0' + ((n)>>24 & 0xF)), \
+ ('0' + ((n)>>20 & 0xF)), \
+ ('0' + ((n)>>16 & 0xF)), \
+ ('0' + ((n)>>12 & 0xF)), \
+ ('0' + ((n)>>8 & 0xF)), \
+ ('0' + ((n)>>4 & 0xF)), \
+ ('0' + ((n) & 0xF))
+
+/* Construct a string literal encoding the version number. */
+#ifdef COMPILER_VERSION
+char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
+
+/* Construct a string literal encoding the version number components. */
+#elif defined(COMPILER_VERSION_MAJOR)
+char const info_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+ COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+ '.', COMPILER_VERSION_MINOR,
+# ifdef COMPILER_VERSION_PATCH
+ '.', COMPILER_VERSION_PATCH,
+# ifdef COMPILER_VERSION_TWEAK
+ '.', COMPILER_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct a string literal encoding the internal version number. */
+#ifdef COMPILER_VERSION_INTERNAL
+char const info_version_internal[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
+ 'i','n','t','e','r','n','a','l','[',
+ COMPILER_VERSION_INTERNAL,']','\0'};
+#elif defined(COMPILER_VERSION_INTERNAL_STR)
+char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+ SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+ '.', SIMULATE_VERSION_MINOR,
+# ifdef SIMULATE_VERSION_PATCH
+ '.', SIMULATE_VERSION_PATCH,
+# ifdef SIMULATE_VERSION_TWEAK
+ '.', SIMULATE_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
+# if defined(__INTEL_CXX11_MODE__)
+# if defined(__cpp_aggregate_nsdmi)
+# define CXX_STD 201402L
+# else
+# define CXX_STD 201103L
+# endif
+# else
+# define CXX_STD 199711L
+# endif
+#elif defined(_MSC_VER) && defined(_MSVC_LANG)
+# define CXX_STD _MSVC_LANG
+#else
+# define CXX_STD __cplusplus
+#endif
+
+const char* info_language_standard_default = "INFO" ":" "standard_default["
+#if CXX_STD > 202002L
+ "23"
+#elif CXX_STD > 201703L
+ "20"
+#elif CXX_STD >= 201703L
+ "17"
+#elif CXX_STD >= 201402L
+ "14"
+#elif CXX_STD >= 201103L
+ "11"
+#else
+ "98"
+#endif
+"]";
+
+const char* info_language_extensions_default = "INFO" ":" "extensions_default["
+#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
+ defined(__TI_COMPILER_VERSION__)) && \
+ !defined(__STRICT_ANSI__)
+ "ON"
+#else
+ "OFF"
+#endif
+"]";
+
+/*--------------------------------------------------------------------------*/
+
+int main(int argc, char* argv[])
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+ require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+ require += info_version[argc];
+#endif
+#ifdef COMPILER_VERSION_INTERNAL
+ require += info_version_internal[argc];
+#endif
+#ifdef SIMULATE_ID
+ require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+ require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+ require += info_cray[argc];
+#endif
+ require += info_language_standard_default[argc];
+ require += info_language_extensions_default[argc];
+ (void)argv;
+ return require;
+}
diff --git a/cmake-build-release/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-release/CMakeFiles/CMakeConfigureLog.yaml
new file mode 100644
index 0000000..607785b
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/CMakeConfigureLog.yaml
@@ -0,0 +1,274 @@
+
+---
+events:
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineSystem.cmake:204 (message)"
+ - "CMakeLists.txt:4 (project)"
+ message: |
+ The system is: Darwin - 22.2.0 - arm64
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
+ - "CMakeLists.txt:4 (project)"
+ message: |
+ Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
+ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
+ Build flags:
+ Id flags:
+
+ The output was:
+ 1
+ ld: library not found for -lc++
+ clang: error: linker command failed with exit code 1 (use -v to see invocation)
+
+
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
+ - "CMakeLists.txt:4 (project)"
+ message: |
+ Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
+ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
+ Build flags:
+ Id flags: -c
+
+ The output was:
+ 0
+
+
+ Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o"
+
+ The CXX compiler identification is AppleClang, found in:
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.o
+
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt:4 (project)"
+ checks:
+ - "Detecting CXX compiler ABI info"
+ directories:
+ source: "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-mhy24F"
+ binary: "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-mhy24F"
+ cmakeVariables:
+ CMAKE_CXX_FLAGS: ""
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_OSX_ARCHITECTURES: ""
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
+ CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk"
+ buildResult:
+ variable: "CMAKE_CXX_ABI_COMPILED"
+ cached: true
+ stdout: |
+ Change Dir: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-mhy24F
+
+ Run Build Command(s):/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_1a29a && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -c '/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp'
+ Apple clang version 14.0.0 (clang-1400.0.29.202)
+ Target: arm64-apple-darwin22.2.0
+ Thread model: posix
+ InstalledDir: /Library/Developer/CommandLineTools/usr/bin
+ clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
+ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -fno-rounding-math -funwind-tables=2 -fobjc-msgsend-selector-stubs -target-sdk-version=13.1 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +dotprod -target-feature +fp16fml -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -fallow-half-arguments-and-returns -debugger-tuning=lldb -target-linker-version 820.1 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0 -dependency-file CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -stdlib=libc++ -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -Wno-cast-function-type -Wno-bitwise-instead-of-logical -fdeprecated-macro -fdebug-compilation-dir=/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-mhy24F -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+messageToSelfInClassMethodIdReturnType -clang-vendor-feature=+disableInferNewAvailabilityFromInit -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -x c++ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp"
+ clang -cc1 version 14.0.0 (clang-1400.0.29.202) default target arm64-apple-darwin22.2.0
+ ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/local/include"
+ ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/Library/Frameworks"
+ #include "..." search starts here:
+ #include <...> search starts here:
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1
+ /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include
+ /Library/Developer/CommandLineTools/usr/include
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks (framework directory)
+ End of search list.
+ [2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_1a29a && :
+ Apple clang version 14.0.0 (clang-1400.0.29.202)
+ Target: arm64-apple-darwin22.2.0
+ Thread model: posix
+ InstalledDir: /Library/Developer/CommandLineTools/usr/bin
+ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.0.0 13.1 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -o cmTC_1a29a -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.osx.a
+ @(#)PROGRAM:ld PROJECT:ld64-820.1
+ BUILD 20:07:05 Nov 7 2022
+ configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
+ Library search paths:
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/lib
+ Framework search paths:
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/
+
+ exitCode: 0
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerABI.cmake:127 (message)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt:4 (project)"
+ message: |
+ Parsed CXX implicit include dir info: rv=done
+ found start of include info
+ found start of implicit include info
+ add: [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1]
+ add: [/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include]
+ add: [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include]
+ add: [/Library/Developer/CommandLineTools/usr/include]
+ end of search list found
+ collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1]
+ collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include]
+ collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include]
+ collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include]
+ implicit include dirs: [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include]
+
+
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerABI.cmake:152 (message)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt:4 (project)"
+ message: |
+ Parsed CXX implicit link information:
+ link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
+ ignore line: [Change Dir: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-mhy24F]
+ ignore line: []
+ ignore line: [Run Build Command(s):/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_1a29a && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -c '/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp']
+ ignore line: [Apple clang version 14.0.0 (clang-1400.0.29.202)]
+ ignore line: [Target: arm64-apple-darwin22.2.0]
+ ignore line: [Thread model: posix]
+ ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
+ ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
+ ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -fno-rounding-math -funwind-tables=2 -fobjc-msgsend-selector-stubs -target-sdk-version=13.1 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +dotprod -target-feature +fp16fml -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -fallow-half-arguments-and-returns -debugger-tuning=lldb -target-linker-version 820.1 -v -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0 -dependency-file CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -stdlib=libc++ -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -Wno-cast-function-type -Wno-bitwise-instead-of-logical -fdeprecated-macro -fdebug-compilation-dir=/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-mhy24F -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+messageToSelfInClassMethodIdReturnType -clang-vendor-feature=+disableInferNewAvailabilityFromInit -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -x c++ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp"]
+ ignore line: [clang -cc1 version 14.0.0 (clang-1400.0.29.202) default target arm64-apple-darwin22.2.0]
+ ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/local/include"]
+ ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/Library/Frameworks"]
+ ignore line: [#include "..." search starts here:]
+ ignore line: [#include <...> search starts here:]
+ ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1]
+ ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include]
+ ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include]
+ ignore line: [ /Library/Developer/CommandLineTools/usr/include]
+ ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks (framework directory)]
+ ignore line: [End of search list.]
+ ignore line: [[2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_1a29a && :]
+ ignore line: [Apple clang version 14.0.0 (clang-1400.0.29.202)]
+ ignore line: [Target: arm64-apple-darwin22.2.0]
+ ignore line: [Thread model: posix]
+ ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
+ link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.0.0 13.1 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -o cmTC_1a29a -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.osx.a]
+ arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
+ arg [-demangle] ==> ignore
+ arg [-lto_library] ==> ignore, skip following value
+ arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
+ arg [-dynamic] ==> ignore
+ arg [-arch] ==> ignore
+ arg [arm64] ==> ignore
+ arg [-platform_version] ==> ignore
+ arg [macos] ==> ignore
+ arg [13.0.0] ==> ignore
+ arg [13.1] ==> ignore
+ arg [-syslibroot] ==> ignore
+ arg [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk] ==> ignore
+ arg [-o] ==> ignore
+ arg [cmTC_1a29a] ==> ignore
+ arg [-search_paths_first] ==> ignore
+ arg [-headerpad_max_install_names] ==> ignore
+ arg [-v] ==> ignore
+ arg [CMakeFiles/cmTC_1a29a.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
+ arg [-lc++] ==> lib [c++]
+ arg [-lSystem] ==> lib [System]
+ arg [/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.osx.a]
+ Library search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/lib]
+ Framework search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/]
+ remove lib [System]
+ remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.osx.a]
+ collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/lib] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/lib]
+ collapse framework dir [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks]
+ implicit libs: [c++]
+ implicit objs: []
+ implicit dirs: [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/lib]
+ implicit fwks: [/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks]
+
+
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake:76 (cmake_check_source_compiles)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindThreads.cmake:99 (CHECK_CXX_SOURCE_COMPILES)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindThreads.cmake:163 (_threads_check_libc)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake:24 (_qt_internal_find_third_party_dependencies)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake:112 (include)"
+ - "CMakeLists.txt:17 (find_package)"
+ checks:
+ - "Performing Test CMAKE_HAVE_LIBC_PTHREAD"
+ directories:
+ source: "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-Goa3jw"
+ binary: "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-Goa3jw"
+ cmakeVariables:
+ CMAKE_CXX_FLAGS: ""
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_MODULE_PATH: "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6;/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/3rdparty/kwin;/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/macos"
+ CMAKE_OSX_ARCHITECTURES: ""
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
+ CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk"
+ buildResult:
+ variable: "CMAKE_HAVE_LIBC_PTHREAD"
+ cached: true
+ stdout: |
+ Change Dir: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-Goa3jw
+
+ Run Build Command(s):/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_dcbb1 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -DCMAKE_HAVE_LIBC_PTHREAD -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_dcbb1.dir/src.cxx.o -MF CMakeFiles/cmTC_dcbb1.dir/src.cxx.o.d -o CMakeFiles/cmTC_dcbb1.dir/src.cxx.o -c /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-Goa3jw/src.cxx
+ [2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dcbb1.dir/src.cxx.o -o cmTC_dcbb1 && :
+
+ exitCode: 0
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake:76 (cmake_check_source_compiles)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapAtomic.cmake:36 (check_cxx_source_compiles)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:30 (_qt_internal_find_third_party_dependencies)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:40 (include)"
+ - "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake:39 (_qt_internal_find_qt_dependencies)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake:40 (include)"
+ - "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake:157 (find_package)"
+ - "CMakeLists.txt:17 (find_package)"
+ checks:
+ - "Performing Test HAVE_STDATOMIC"
+ directories:
+ source: "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-akvqdA"
+ binary: "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-akvqdA"
+ cmakeVariables:
+ CMAKE_CXX_FLAGS: ""
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_MODULE_PATH: "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6;/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/3rdparty/kwin;/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/macos"
+ CMAKE_OSX_ARCHITECTURES: ""
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
+ CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk"
+ buildResult:
+ variable: "HAVE_STDATOMIC"
+ cached: true
+ stdout: |
+ Change Dir: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-akvqdA
+
+ Run Build Command(s):/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_fe888 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -DHAVE_STDATOMIC -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_fe888.dir/src.cxx.o -MF CMakeFiles/cmTC_fe888.dir/src.cxx.o.d -o CMakeFiles/cmTC_fe888.dir/src.cxx.o -c /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-akvqdA/src.cxx
+ [2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fe888.dir/src.cxx.o -o cmTC_fe888 && :
+
+ exitCode: 0
+...
diff --git a/cmake-build-release/CMakeFiles/TargetDirectories.txt b/cmake-build-release/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000..a30076a
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,15 @@
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/projects_ray.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/edit_cache.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/rebuild_cache.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/list_install_components.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/install.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/install/local.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/install/strip.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/projects_ray_autogen_timestamp_deps.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/projects_ray_autogen.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm/CMakeFiles/edit_cache.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm/CMakeFiles/rebuild_cache.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm/CMakeFiles/list_install_components.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm/CMakeFiles/install.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm/CMakeFiles/install/local.dir
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm/CMakeFiles/install/strip.dir
diff --git a/cmake-build-release/CMakeFiles/clean_additional.cmake b/cmake-build-release/CMakeFiles/clean_additional.cmake
new file mode 100644
index 0000000..424887c
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/clean_additional.cmake
@@ -0,0 +1,10 @@
+# Additional clean files
+cmake_minimum_required(VERSION 3.16)
+
+if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Release")
+ file(REMOVE_RECURSE
+ "CMakeFiles/projects_ray_autogen.dir/AutogenUsed.txt"
+ "CMakeFiles/projects_ray_autogen.dir/ParseCache.txt"
+ "projects_ray_autogen"
+ )
+endif()
diff --git a/cmake-build-release/CMakeFiles/clion-Release-log.txt b/cmake-build-release/CMakeFiles/clion-Release-log.txt
new file mode 100644
index 0000000..4982078
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/clion-Release-log.txt
@@ -0,0 +1,18 @@
+"/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -DCMAKE_BUILD_TYPE=Release "-DCMAKE_MAKE_PROGRAM=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja" -DCMAKE_PREFIX_PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake -G Ninja -S /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -B /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release
+-- The CXX compiler identification is AppleClang 14.0.0.14000029
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
+-- Detecting CXX compile features
+-- Detecting CXX compile features - done
+-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
+-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
+-- Found Threads: TRUE
+-- Performing Test HAVE_STDATOMIC
+-- Performing Test HAVE_STDATOMIC - Success
+-- Found WrapAtomic: TRUE
+-- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework
+-- Found WrapOpenGL: TRUE
+-- Configuring done (0.8s)
+-- Generating done (0.0s)
+-- Build files have been written to: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release
diff --git a/cmake-build-release/CMakeFiles/clion-environment.txt b/cmake-build-release/CMakeFiles/clion-environment.txt
new file mode 100644
index 0000000..85b25f3
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/clion-environment.txt
Binary files differ
diff --git a/cmake-build-release/CMakeFiles/cmake.check_cache b/cmake-build-release/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenInfo.json b/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenInfo.json
new file mode 100644
index 0000000..6c1176d
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenInfo.json
@@ -0,0 +1,779 @@
+{
+ "BUILD_DIR" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen",
+ "CMAKE_BINARY_DIR" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release",
+ "CMAKE_CURRENT_BINARY_DIR" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release",
+ "CMAKE_CURRENT_SOURCE_DIR" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230",
+ "CMAKE_EXECUTABLE" : "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake",
+ "CMAKE_LIST_FILES" :
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/CMakeLists.txt",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineSystem.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystem.cmake.in",
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/3.26.4/CMakeSystem.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInitialize.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Initialize.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Determine-CXX.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCompilerIdDetection.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ADSP-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMCC-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMClang-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Borland-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Cray-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Embarcadero-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Fujitsu-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GHS-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/HP-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IAR-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Intel-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/MSVC-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVHPC-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVIDIA-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PGI-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PathScale-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SCO-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/TI-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Tasking-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Watcom-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XL-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ADSP-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMCC-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMClang-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Borland-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Cray-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Embarcadero-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Fujitsu-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GHS-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/HP-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IAR-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Intel-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/MSVC-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVHPC-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVIDIA-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PGI-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PathScale-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SCO-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/TI-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Tasking-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Watcom-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XL-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindBinUtils.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompiler.cmake.in",
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInformation.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeGenericSystem.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeInitializeConfigs.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/UnixPaths.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXInformation.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeLanguageInformation.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-CXX.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/CMakeCommonCompilerMacros.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/CMakeCommonCompilerMacros.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-AppleClang-CXX.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang-CXX.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCommonLanguageInclude.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCompilerCommon.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerABI.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitIncludeInfo.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitLinkInfo.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseLibraryArchitecture.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCompilerCommon.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompileFeatures.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/FeatureTesting.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompiler.cmake.in",
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckSourceCompiles.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckCompilerFlag.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckFlagCommonConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckSourceCompiles.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindThreads.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckLibraryExists.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckIncludeFileCXX.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapAtomic.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreMacros.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/QtInstallPaths.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/GNUInstallDirs.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CorePlugins.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapOpenGL.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenGL.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/MacroAddFileDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets-relwithdebinfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsAdditionalTargetInfo.cmake",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake"
+ ],
+ "CMAKE_SOURCE_DIR" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230",
+ "DEP_FILE" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/deps",
+ "DEP_FILE_RULE_NAME" : "projects_ray_autogen/timestamp",
+ "HEADERS" :
+ [
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.h",
+ "MU",
+ "IKADTU3N3M/moc_bvh.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.h",
+ "MU",
+ "IKADTU3N3M/moc_kdtree.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.h",
+ "MU",
+ "I2NATBFSMB/moc_camera.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.h",
+ "MU",
+ "UVLADIE3JM/moc_mainwindow.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h",
+ "MU",
+ "SKZFJBACJG/moc_raytracer.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.h",
+ "MU",
+ "SKZFJBACJG/moc_raytracescene.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.h",
+ "MU",
+ "UVLADIE3JM/moc_settings.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/aspectratiowidget/aspectratiowidget.hpp",
+ "MU",
+ "OWQMYEJWPR/moc_aspectratiowidget.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/rgba.h",
+ "MU",
+ "VSCBVMNR7M/moc_rgba.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenedata.h",
+ "MU",
+ "VSCBVMNR7M/moc_scenedata.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.h",
+ "MU",
+ "VSCBVMNR7M/moc_scenefilereader.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.h",
+ "MU",
+ "VSCBVMNR7M/moc_sceneparser.cpp",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.h",
+ "MU",
+ "YL3NGBB5K6/moc_vec4ops.cpp",
+ null
+ ]
+ ],
+ "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ],
+ "INCLUDE_DIR" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include",
+ "MOC_COMPILATION_FILE" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/mocs_compilation.cpp",
+ "MOC_DEFINITIONS" :
+ [
+ "GLM_FORCE_SWIZZLE",
+ "QT_CONCURRENT_LIB",
+ "QT_CORE_LIB",
+ "QT_GUI_LIB",
+ "QT_NO_DEBUG",
+ "QT_OPENGLWIDGETS_LIB",
+ "QT_OPENGL_LIB",
+ "QT_WIDGETS_LIB",
+ "QT_XML_LIB"
+ ],
+ "MOC_DEPEND_FILTERS" :
+ [
+ [
+ "Q_PLUGIN_METADATA",
+ "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\""
+ ]
+ ],
+ "MOC_INCLUDES" :
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release",
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230",
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework",
+ "/Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang",
+ "/Users/sotech117/Qt/6.5.2/macos/include",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers",
+ "/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework",
+ "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1",
+ "/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include",
+ "/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include",
+ "/Library/Developer/CommandLineTools/usr/include"
+ ],
+ "MOC_MACRO_NAMES" :
+ [
+ "Q_OBJECT",
+ "Q_GADGET",
+ "Q_NAMESPACE",
+ "Q_NAMESPACE_EXPORT",
+ "Q_GADGET_EXPORT"
+ ],
+ "MOC_OPTIONS" : [],
+ "MOC_PATH_PREFIX" : false,
+ "MOC_PREDEFS_CMD" :
+ [
+ "/Library/Developer/CommandLineTools/usr/bin/c++",
+ "-dM",
+ "-E",
+ "-c",
+ "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp"
+ ],
+ "MOC_PREDEFS_FILE" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/moc_predefs.h",
+ "MOC_RELAXED_MODE" : false,
+ "MOC_SKIP" : [],
+ "MULTI_CONFIG" : false,
+ "PARALLEL" : 10,
+ "PARSE_CACHE_FILE" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt",
+ "QT_MOC_EXECUTABLE" : "/Users/sotech117/Qt/6.5.2/macos/./libexec/moc",
+ "QT_UIC_EXECUTABLE" : "/Users/sotech117/Qt/6.5.2/macos/./libexec/uic",
+ "QT_VERSION_MAJOR" : 6,
+ "QT_VERSION_MINOR" : 5,
+ "SETTINGS_FILE" : "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenUsed.txt",
+ "SOURCES" :
+ [
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqtconcurrent.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqthreads.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/filter.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/supersample.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/illuminate.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/reflect.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/shadow.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/intersect.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/normals.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/main.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/texture/texture.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/raytracerutils.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/rotations4d.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/transform4d.cpp",
+ "MU",
+ null
+ ],
+ [
+ "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.cpp",
+ "MU",
+ null
+ ]
+ ],
+ "UIC_OPTIONS" : [],
+ "UIC_SEARCH_PATHS" : [],
+ "UIC_SKIP" : [],
+ "UIC_UI_FILES" : [],
+ "VERBOSITY" : 0
+}
diff --git a/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenUsed.txt b/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenUsed.txt
new file mode 100644
index 0000000..b19efd4
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenUsed.txt
@@ -0,0 +1,2 @@
+moc:d2019c3156721958b255c369824e71394cf8895859e015d384dc68b6c7e0b29b
+uic:6a633a6ce5bbe9bf1ed4b973532b91faf2a5b2aadbf03b65f62cc3a6b2fa3632
diff --git a/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt b/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt
new file mode 100644
index 0000000..0f02456
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/ParseCache.txt
@@ -0,0 +1,1732 @@
+# Generated by CMake. Changes will be overwritten.
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/rotations4d.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/raytracerutils.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/texture/texture.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/transform4d.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/normals.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/shadow.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/intersect.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/reflect.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/main.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/illuminate.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.h
+ mmc:Q_OBJECT
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/moc_predefs.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/Availability.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityInternal.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityMacros.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityVersions.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/TargetConditionals.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/arm/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/arm/types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/assert.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/adjacent_find.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/all_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/any_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/binary_search.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/clamp.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/comp.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/comp_ref_type.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_backward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/count.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/count_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/equal.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/equal_range.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/fill.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/fill_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_end.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_first_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_if_not.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/for_each.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/for_each_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/generate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/generate_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/half_positive.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/includes.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_heap_until.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_partitioned.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_permutation.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_sorted.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_sorted_until.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/iter_swap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/lexicographical_compare.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/lower_bound.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/make_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/max.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/max_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/merge.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/min.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/min_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/minmax.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/minmax_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/mismatch.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/move.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/move_backward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/next_permutation.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/none_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/nth_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partial_sort.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partial_sort_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition_point.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/pop_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/prev_permutation.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/push_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_copy_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_copy_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/reverse.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/reverse_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/rotate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/rotate_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sample.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/search.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/search_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_difference.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_intersection.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_symmetric_difference.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_union.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shift_left.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shift_right.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shuffle.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sift_down.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sort.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sort_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/stable_partition.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/stable_sort.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/swap_ranges.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/transform.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unique.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unique_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unwrap_iter.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/upper_bound.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__availability
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__bit_reference
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__bits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__config
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__config_site
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__debug
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__function_like.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binary_negate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/bind.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/bind_front.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binder1st.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binder2nd.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/default_searcher.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/hash.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/identity.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/invoke.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/is_transparent.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/mem_fn.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/not_fn.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/operations.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/perfect_forward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/pointer_to_binary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/pointer_to_unary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/ranges_operations.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/reference_wrapper.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unary_negate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unwrap_ref.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/weak_result_type.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional_base
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__hash_table
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/access.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/advance.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/back_insert_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/common_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/concepts.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/counted_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/data.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/default_sentinel.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/distance.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/empty.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/erase_if_container.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/front_insert_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/incrementable_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/insert_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/istream_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/istreambuf_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iter_move.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iter_swap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iterator_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/move_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/next.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/ostream_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/ostreambuf_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/prev.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/projected.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/readable_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/reverse_access.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/size.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/wrap_iter.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__mbstate_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/addressof.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocation_guard.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator_arg_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/auto_ptr.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/compressed_pair.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/construct_at.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/pointer_safety.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/pointer_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/raw_storage_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/shared_ptr.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/temporary_buffer.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/unique_ptr.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/uses_allocator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__node_handle
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__nullptr
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__random/uniform_int_distribution.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/access.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/enable_borrowed_range.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/enable_view.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__split_buffer
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__string
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__thread/poll_with_backoff.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__threading_support
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__tree
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__tuple
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__undef_macros
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/__decay_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/as_const.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/cmp.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/declval.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/exchange.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/forward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/in_place.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/integer_sequence.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/move.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/pair.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/piecewise_construct.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/rel_ops.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/swap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/to_underlying.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__variant/monostate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/algorithm
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/array
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/atomic
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cassert
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cctype
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cfloat
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/chrono
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/climits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cmath
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/compare
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/concepts
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstddef
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdint
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdio
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdlib
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstring
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ctime
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ctype.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cwchar
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cwctype
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/deque
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/errno.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/exception
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/float.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/functional
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/initializer_list
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/inttypes.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iosfwd
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iterator
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/limits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/limits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/list
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/map
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/math.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/memory
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/new
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/numeric
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/optional
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/queue
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ratio
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdbool.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stddef.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdexcept
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdint.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdio.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdlib.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string_view
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/tuple
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/type_traits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/typeinfo
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/unordered_map
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/utility
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/variant
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/vector
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/version
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wchar.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wctype.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/machine/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/machine/types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/pthread.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/pthread_impl.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/qos.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/sched.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_posix_availability.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_symbol_aliasing.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_clock_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int16_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int32_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int64_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int8_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_intptr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_mach_port_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_null.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_sigset_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_size_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_time_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_timespec.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int16_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int32_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int64_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int8_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_uintptr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/cdefs.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/qos.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/time.h
+ mdp:/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdarg.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/common.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/_fixes.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/_swizzle_func.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/_vectorize.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/compute_common.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/compute_vector_relational.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_common.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_exponential.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_geometric.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_integer.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_matrix.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_packing.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_trigonometric.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_vector_relational.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/qualifier.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/setup.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_half.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_half.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x2.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x3.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x4.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x2.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x3.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x4.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x2.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x3.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x4.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec1.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec1.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec2.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec3.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec4.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/exponential.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/scalar_int_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/scalar_uint_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int2_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int3_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int4_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint2_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint3_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint4_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/fwd.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/geometric.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/glm.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/integer.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat2x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat2x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat2x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat3x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat3x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat3x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat4x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat4x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat4x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/matrix.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/packing.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/simd/platform.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/trigonometric.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vec2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vec3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vec4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vector_relational.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/aspectratiowidget/aspectratiowidget.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/rgba.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenedata.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/QElapsedTimer
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/q20memory.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/q20type_traits.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qalgorithms.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qanystringview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydata.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydataops.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydatapointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qassert.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qatomic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qatomic_cxx11.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbasicatomic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbindingstorage.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearray.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearrayalgorithms.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearraylist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearrayview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qchar.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompare.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompare_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompilerdetection.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qconfig.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qconstructormacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainerfwd.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainerinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainertools_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontiguouscache.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdarwinhelpers.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdatastream.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdebug.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qelapsedtimer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qexceptionhandling.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qflags.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qfloat16.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qforeach.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qfunctionpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qgenericatomic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qglobalstatic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qhash.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qhashfunctions.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiodevice.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiodevicebase.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterable.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterator.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qline.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlocale.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlogging.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmalloc.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmargins.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmath.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmetacontainer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmetatype.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qminmax.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qnamespace.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qnumeric.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobject.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobject_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobjectdefs.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobjectdefs_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qoverload.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qpair.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qpoint.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qprocessordetection.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrect.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrefcount.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qregularexpression.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopedpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopeguard.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qset.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qshareddata.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qshareddata_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsharedpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsharedpointer_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsize.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstring.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringalgorithms.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringconverter_base.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringfwd.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringlist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringliteral.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringmatcher.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringtokenizer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qswap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsysinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsystemdetection.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtaggedpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtclasshelpermacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtconfigmacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtcore-config.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtcoreexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtdeprecationmarkers.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtenvironmentvariables.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtextstream.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtmetamacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtnoop.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtpreprocessorsupport.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtresource.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qttranslation.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qttypetraits.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtversion.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtversionchecks.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtypeinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtypes.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qurl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qutf8stringview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qvariant.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qvarlengtharray.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qversiontagging.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qxptype_traits.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/QSurfaceFormat
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qaction.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qbitmap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qbrush.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qcolor.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qcursor.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfont.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfontinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfontmetrics.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qicon.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qimage.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qkeysequence.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qopengl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpaintdevice.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpalette.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpicture.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpixelformat.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpixmap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpolygon.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qregion.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qrgb.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qrgba64.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qsurfaceformat.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtextdocument.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtgui-config.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtransform.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qvalidator.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qwindowdefs.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/QOpenGLWidget
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qopenglwidget.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QBoxLayout
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QCheckBox
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QDoubleSpinBox
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QLabel
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QMainWindow
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QPushButton
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QSlider
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QSpinBox
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QWidget
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractbutton.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractslider.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractspinbox.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qboxlayout.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qcheckbox.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qframe.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qgridlayout.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlabel.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayout.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayoutitem.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qmainwindow.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qpushbutton.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qsizepolicy.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qslider.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qspinbox.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtabwidget.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgets-config.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qwidget.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/supersample.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/filter.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqthreads.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.cpp
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenedata.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/aspectratiowidget/aspectratiowidget.hpp
+ mmc:Q_OBJECT
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/aspectratiowidget/aspectratiowidget.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/moc_predefs.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/Availability.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityInternal.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityMacros.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityVersions.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/TargetConditionals.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/arm/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/arm/types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/assert.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/adjacent_find.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/all_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/any_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/binary_search.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/clamp.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/comp.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/comp_ref_type.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_backward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/count.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/count_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/equal.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/equal_range.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/fill.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/fill_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_end.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_first_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_if_not.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/for_each.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/for_each_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/generate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/generate_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/half_positive.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/includes.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_heap_until.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_partitioned.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_permutation.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_sorted.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_sorted_until.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/iter_swap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/lexicographical_compare.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/lower_bound.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/make_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/max.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/max_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/merge.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/min.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/min_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/minmax.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/minmax_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/mismatch.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/move.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/move_backward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/next_permutation.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/none_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/nth_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partial_sort.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partial_sort_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition_point.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/pop_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/prev_permutation.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/push_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_copy_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_copy_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/reverse.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/reverse_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/rotate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/rotate_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sample.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/search.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/search_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_difference.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_intersection.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_symmetric_difference.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_union.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shift_left.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shift_right.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shuffle.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sift_down.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sort.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sort_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/stable_partition.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/stable_sort.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/swap_ranges.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/transform.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unique.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unique_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unwrap_iter.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/upper_bound.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__availability
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__bit_reference
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__bits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__config
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__config_site
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__debug
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__function_like.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binary_negate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/bind.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/bind_front.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binder1st.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binder2nd.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/default_searcher.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/hash.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/identity.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/invoke.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/is_transparent.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/mem_fn.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/not_fn.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/operations.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/perfect_forward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/pointer_to_binary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/pointer_to_unary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/ranges_operations.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/reference_wrapper.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unary_negate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unwrap_ref.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/weak_result_type.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional_base
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/access.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/advance.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/back_insert_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/common_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/concepts.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/counted_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/data.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/default_sentinel.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/distance.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/empty.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/erase_if_container.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/front_insert_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/incrementable_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/insert_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/istream_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/istreambuf_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iter_move.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iter_swap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iterator_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/move_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/next.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/ostream_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/ostreambuf_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/prev.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/projected.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/readable_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/reverse_access.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/size.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/wrap_iter.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__mbstate_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/addressof.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocation_guard.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator_arg_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/auto_ptr.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/compressed_pair.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/construct_at.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/pointer_safety.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/pointer_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/raw_storage_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/shared_ptr.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/temporary_buffer.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/unique_ptr.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/uses_allocator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__node_handle
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__nullptr
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__random/uniform_int_distribution.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/access.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/enable_borrowed_range.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/enable_view.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__split_buffer
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__string
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__thread/poll_with_backoff.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__threading_support
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__tree
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__tuple
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__undef_macros
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/__decay_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/as_const.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/cmp.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/declval.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/exchange.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/forward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/in_place.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/integer_sequence.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/move.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/pair.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/piecewise_construct.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/rel_ops.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/swap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/to_underlying.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__variant/monostate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/algorithm
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/array
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/atomic
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cassert
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cctype
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/chrono
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/climits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cmath
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/compare
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/concepts
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstddef
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdint
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdio
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdlib
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstring
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ctime
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ctype.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cwchar
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cwctype
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/errno.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/exception
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/functional
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/initializer_list
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iosfwd
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iterator
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/limits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/limits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/list
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/map
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/math.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/memory
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/new
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/numeric
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/optional
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ratio
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdbool.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stddef.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdexcept
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdint.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdio.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdlib.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string_view
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/tuple
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/type_traits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/typeinfo
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/utility
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/variant
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/vector
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/version
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wchar.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wctype.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/machine/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/machine/types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/pthread.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/pthread_impl.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/qos.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/sched.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_posix_availability.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_symbol_aliasing.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_clock_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int16_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int32_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int64_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int8_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_intptr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_mach_port_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_null.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_sigset_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_size_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_time_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_timespec.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int16_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int32_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int64_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int8_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_uintptr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/cdefs.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/qos.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/time.h
+ mdp:/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdarg.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/q20memory.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/q20type_traits.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qalgorithms.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qanystringview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydata.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydataops.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydatapointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qassert.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qatomic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qatomic_cxx11.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbasicatomic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbindingstorage.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearray.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearrayalgorithms.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearraylist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearrayview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qchar.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompare.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompare_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompilerdetection.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qconfig.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qconstructormacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainerfwd.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainerinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainertools_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontiguouscache.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdarwinhelpers.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdatastream.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdebug.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qexceptionhandling.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qflags.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qfloat16.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qforeach.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qfunctionpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qgenericatomic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qglobalstatic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qhash.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qhashfunctions.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiodevicebase.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterable.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterator.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qline.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlogging.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmalloc.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmargins.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmath.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmetacontainer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmetatype.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qminmax.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qnamespace.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qnumeric.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobject.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobject_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobjectdefs.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobjectdefs_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qoverload.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qpair.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qpoint.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qprocessordetection.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrect.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrefcount.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopedpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopeguard.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qset.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qshareddata.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qshareddata_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsharedpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsharedpointer_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsize.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstring.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringalgorithms.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringconverter_base.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringfwd.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringlist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringliteral.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringmatcher.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringtokenizer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qswap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsysinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsystemdetection.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtaggedpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtclasshelpermacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtconfigmacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtcore-config.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtcoreexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtdeprecationmarkers.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtenvironmentvariables.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtextstream.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtmetamacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtnoop.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtpreprocessorsupport.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtresource.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qttranslation.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qttypetraits.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtversion.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtversionchecks.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtypeinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtypes.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qutf8stringview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qvariant.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qvarlengtharray.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qversiontagging.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qxptype_traits.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qaction.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qbitmap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qbrush.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qcolor.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qcursor.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfont.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfontinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfontmetrics.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qicon.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qimage.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qkeysequence.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpaintdevice.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpalette.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpixelformat.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpixmap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpolygon.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qregion.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qrgb.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qrgba64.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtgui-config.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtransform.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qwindowdefs.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QBoxLayout
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QWidget
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qboxlayout.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qgridlayout.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayout.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayoutitem.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qsizepolicy.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgets-config.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qwidget.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
+ mmc:Q_OBJECT
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/moc_predefs.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/Availability.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityInternal.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityMacros.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityVersions.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/TargetConditionals.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/arm/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/arm/types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/assert.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/adjacent_find.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/all_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/any_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/binary_search.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/clamp.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/comp.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/comp_ref_type.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_backward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/count.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/count_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/equal.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/equal_range.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/fill.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/fill_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_end.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_first_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_if_not.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/for_each.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/for_each_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/generate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/generate_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/half_positive.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/includes.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_heap_until.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_partitioned.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_permutation.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_sorted.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_sorted_until.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/iter_swap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/lexicographical_compare.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/lower_bound.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/make_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/max.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/max_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/merge.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/min.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/min_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/minmax.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/minmax_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/mismatch.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/move.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/move_backward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/next_permutation.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/none_of.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/nth_element.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partial_sort.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partial_sort_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition_point.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/pop_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/prev_permutation.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/push_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_copy_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_copy_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_if.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/reverse.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/reverse_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/rotate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/rotate_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sample.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/search.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/search_n.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_difference.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_intersection.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_symmetric_difference.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_union.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shift_left.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shift_right.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shuffle.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sift_down.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sort.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sort_heap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/stable_partition.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/stable_sort.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/swap_ranges.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/transform.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unique.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unique_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unwrap_iter.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/upper_bound.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__availability
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__bit_reference
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__bits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__config
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__config_site
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__debug
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__function_like.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binary_negate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/bind.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/bind_front.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binder1st.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binder2nd.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/default_searcher.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/hash.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/identity.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/invoke.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/is_transparent.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/mem_fn.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/not_fn.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/operations.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/perfect_forward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/pointer_to_binary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/pointer_to_unary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/ranges_operations.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/reference_wrapper.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unary_function.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unary_negate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unwrap_ref.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/weak_result_type.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional_base
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__hash_table
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/access.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/advance.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/back_insert_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/common_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/concepts.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/counted_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/data.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/default_sentinel.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/distance.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/empty.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/erase_if_container.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/front_insert_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/incrementable_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/insert_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/istream_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/istreambuf_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iter_move.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iter_swap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iterator_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/move_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/next.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/ostream_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/ostreambuf_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/prev.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/projected.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/readable_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/reverse_access.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/size.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/wrap_iter.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__mbstate_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/addressof.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocation_guard.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator_arg_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/auto_ptr.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/compressed_pair.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/construct_at.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/pointer_safety.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/pointer_traits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/raw_storage_iterator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/shared_ptr.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/temporary_buffer.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/unique_ptr.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/uses_allocator.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__node_handle
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__nullptr
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__random/uniform_int_distribution.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/access.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/enable_borrowed_range.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/enable_view.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__split_buffer
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__string
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__thread/poll_with_backoff.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__threading_support
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__tree
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__tuple
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__undef_macros
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/__decay_copy.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/as_const.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/cmp.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/declval.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/exchange.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/forward.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/in_place.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/integer_sequence.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/move.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/pair.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/piecewise_construct.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/rel_ops.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/swap.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/to_underlying.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__variant/monostate.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/algorithm
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/array
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/atomic
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cassert
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cctype
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cfloat
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/chrono
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/climits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cmath
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/compare
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/concepts
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstddef
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdint
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdio
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdlib
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstring
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ctime
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ctype.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cwchar
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cwctype
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/deque
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/errno.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/exception
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/float.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/functional
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/initializer_list
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/inttypes.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iosfwd
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iterator
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/limits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/limits.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/list
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/map
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/math.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/memory
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/new
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/numeric
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/optional
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/queue
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ratio
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdbool.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stddef.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdexcept
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdint.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdio.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdlib.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string_view
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/tuple
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/type_traits
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/typeinfo
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/unordered_map
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/utility
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/variant
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/vector
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/version
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wchar.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wctype.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/machine/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/machine/types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/pthread.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/pthread_impl.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/qos.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/sched.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_posix_availability.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_symbol_aliasing.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_clock_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int16_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int32_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int64_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int8_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_intptr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_mach_port_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_null.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_sigset_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_size_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_time_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_timespec.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int16_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int32_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int64_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int8_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_uintptr_t.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/cdefs.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/qos.h
+ mdp:/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/time.h
+ mdp:/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdarg.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/common.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/_fixes.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/_swizzle_func.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/_vectorize.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/compute_common.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/compute_vector_relational.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_common.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_exponential.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_geometric.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_integer.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_matrix.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_packing.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_trigonometric.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_vector_relational.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/qualifier.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/setup.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_half.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_half.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x2.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x3.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x4.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x2.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x3.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x4.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x2.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x3.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x4.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec1.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec1.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec2.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec3.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec4.inl
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/exponential.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/scalar_int_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/scalar_uint_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float2_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float3_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float4_precision.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int2_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int3_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int4_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint2_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint3_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint4_sized.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/fwd.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/geometric.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/glm.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/integer.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat2x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat2x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat2x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat3x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat3x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat3x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat4x2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat4x3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat4x4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/matrix.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/packing.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/simd/platform.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/trigonometric.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vec2.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vec3.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vec4.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vector_relational.hpp
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/rgba.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenedata.h
+ mdp:/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/QElapsedTimer
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/q20memory.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/q20type_traits.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qalgorithms.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qanystringview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydata.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydataops.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydatapointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qassert.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qatomic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qatomic_cxx11.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbasicatomic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbindingstorage.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearray.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearrayalgorithms.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearraylist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearrayview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qchar.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompare.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompare_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompilerdetection.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qconfig.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qconstructormacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainerfwd.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainerinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainertools_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontiguouscache.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdarwinhelpers.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdatastream.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdebug.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qelapsedtimer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qexceptionhandling.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qflags.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qfloat16.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qforeach.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qfunctionpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qgenericatomic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qglobalstatic.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qhash.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qhashfunctions.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiodevice.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiodevicebase.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterable.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterator.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qline.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlogging.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmalloc.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmargins.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmath.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmetacontainer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmetatype.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qminmax.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qnamespace.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qnumeric.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobject.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobject_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobjectdefs.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobjectdefs_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qoverload.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qpair.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qpoint.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qprocessordetection.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrect.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrefcount.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopedpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopeguard.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qset.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qshareddata.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qshareddata_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsharedpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsharedpointer_impl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsize.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstring.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringalgorithms.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringconverter_base.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringfwd.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringlist.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringliteral.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringmatcher.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringtokenizer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qswap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsysinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsystemdetection.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtaggedpointer.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtclasshelpermacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtconfigmacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtcore-config.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtcoreexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtdeprecationmarkers.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtenvironmentvariables.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtextstream.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtmetamacros.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtnoop.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtpreprocessorsupport.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtresource.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qttranslation.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qttypetraits.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtversion.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtversionchecks.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtypeinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtypes.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qurl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qutf8stringview.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qvariant.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qvarlengtharray.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qversiontagging.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qxptype_traits.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/QSurfaceFormat
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qaction.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qbitmap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qbrush.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qcolor.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qcursor.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfont.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfontinfo.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfontmetrics.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qicon.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qimage.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qkeysequence.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qopengl.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpaintdevice.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpalette.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpicture.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpixelformat.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpixmap.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpolygon.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qregion.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qrgb.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qrgba64.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qsurfaceformat.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtextdocument.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtgui-config.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtransform.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qwindowdefs.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/QOpenGLWidget
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qopenglwidget.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QLabel
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QWidget
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qframe.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlabel.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qsizepolicy.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgets-config.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsexports.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsglobal.h
+ mdp:/Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qwidget.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/rgba.h
+/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqtconcurrent.cpp
diff --git a/cmake-build-release/CMakeFiles/rules.ninja b/cmake-build-release/CMakeFiles/rules.ninja
new file mode 100644
index 0000000..166bd73
--- /dev/null
+++ b/cmake-build-release/CMakeFiles/rules.ninja
@@ -0,0 +1,72 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 3.26
+
+# This file contains all the rules used to get the outputs files
+# built from the input files.
+# It is included in the main 'build.ninja'.
+
+# =============================================================================
+# Project: projects_ray
+# Configurations: Release
+# =============================================================================
+# =============================================================================
+
+#############################################
+# Rule for compiling CXX files.
+
+rule CXX_COMPILER__projects_ray_unscanned_Release
+ depfile = $DEP_FILE
+ deps = gcc
+ command = /Library/Developer/CommandLineTools/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
+ description = Building CXX object $out
+
+
+#############################################
+# Rule for linking CXX executable.
+
+rule CXX_EXECUTABLE_LINKER__projects_ray_Release
+ command = $PRE_LINK && /Library/Developer/CommandLineTools/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
+ description = Linking CXX executable $TARGET_FILE
+ restat = $RESTAT
+
+
+#############################################
+# Rule for running custom commands.
+
+rule CUSTOM_COMMAND
+ command = $COMMAND
+ description = $DESC
+
+
+#############################################
+# Rule for re-running cmake.
+
+rule RERUN_CMAKE
+ command = "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" --regenerate-during-build -S/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -B/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release
+ description = Re-running CMake...
+ generator = 1
+
+
+#############################################
+# Rule for cleaning additional files.
+
+rule CLEAN_ADDITIONAL
+ command = "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake
+ description = Cleaning additional files...
+
+
+#############################################
+# Rule for cleaning all built files.
+
+rule CLEAN
+ command = "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja" $FILE_ARG -t clean $TARGETS
+ description = Cleaning all built files...
+
+
+#############################################
+# Rule for printing all primary targets available.
+
+rule HELP
+ command = "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja" -t targets
+ description = All primary targets available:
+
diff --git a/cmake-build-release/Testing/Temporary/LastTest.log b/cmake-build-release/Testing/Temporary/LastTest.log
new file mode 100644
index 0000000..5382781
--- /dev/null
+++ b/cmake-build-release/Testing/Temporary/LastTest.log
@@ -0,0 +1,3 @@
+Start testing: Dec 13 00:50 EST
+----------------------------------------------------------
+End testing: Dec 13 00:50 EST
diff --git a/cmake-build-release/build.ninja b/cmake-build-release/build.ninja
new file mode 100644
index 0000000..3ce8851
--- /dev/null
+++ b/cmake-build-release/build.ninja
@@ -0,0 +1,549 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 3.26
+
+# This file contains all the build statements describing the
+# compilation DAG.
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+#
+# Which is the root file.
+# =============================================================================
+
+# =============================================================================
+# Project: projects_ray
+# Configurations: Release
+# =============================================================================
+
+#############################################
+# Minimal version of Ninja required by this file
+
+ninja_required_version = 1.5
+
+
+#############################################
+# Set configuration variable for custom commands.
+
+CONFIGURATION = Release
+# =============================================================================
+# Include auxiliary files.
+
+
+#############################################
+# Include rules file.
+
+include CMakeFiles/rules.ninja
+
+# =============================================================================
+
+#############################################
+# Logical path to working directory; prefix for absolute paths.
+
+cmake_ninja_workdir = /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/
+# =============================================================================
+# Object build statements for EXECUTABLE target projects_ray
+
+
+#############################################
+# Order-only phony target for projects_ray
+
+build cmake_object_order_depends_target_projects_ray: phony || projects_ray_autogen projects_ray_autogen/mocs_compilation.cpp projects_ray_autogen/timestamp projects_ray_autogen_timestamp_deps
+
+build CMakeFiles/projects_ray.dir/projects_ray_autogen/mocs_compilation.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/projects_ray_autogen/mocs_compilation.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/projects_ray_autogen
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/main.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/main.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/main.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/mainwindow.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/mainwindow.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/settings.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/settings.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/camera/camera.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/camera/camera.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/camera
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/raytracer/raytracer.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/raytracer/raytracer.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/raytracer
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/raytracer/raytracescene.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/raytracer/raytracescene.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/raytracer
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/utils
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/utils/sceneparser.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/utils/sceneparser.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/utils
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/intersect/intersect.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/intersect.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/intersect/intersect.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/intersect
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/illuminate/illuminate.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/illuminate.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/illuminate/illuminate.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/illuminate
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/illuminate/shadow.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/shadow.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/illuminate/shadow.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/illuminate
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/illuminate/reflect.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/reflect.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/illuminate/reflect.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/illuminate
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/texture/texture.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/texture/texture.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/texture/texture.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/texture
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/intersect/normals.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/normals.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/intersect/normals.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/intersect
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/utils/raytracerutils.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/raytracerutils.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/utils/raytracerutils.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/utils
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/aliasing/supersample.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/supersample.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/aliasing/supersample.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/aliasing
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/aliasing/filter.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/filter.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/aliasing/filter.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/aliasing
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/accelerate/myqthreads.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqthreads.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/accelerate/myqthreads.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/accelerate
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/accelerate/myqtconcurrent.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqtconcurrent.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/accelerate/myqtconcurrent.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/accelerate
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/accelerate/kdtree.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/accelerate/kdtree.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/accelerate
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/accelerate/bvh.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/accelerate/bvh.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/accelerate
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/vec4ops/vec4ops.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/vec4ops/vec4ops.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/vec4ops
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/vec4ops/rotations4d.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/rotations4d.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/vec4ops/rotations4d.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/vec4ops
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+build CMakeFiles/projects_ray.dir/src/vec4ops/transform4d.cpp.o: CXX_COMPILER__projects_ray_unscanned_Release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/transform4d.cpp || cmake_object_order_depends_target_projects_ray
+ DEFINES = -DGLM_FORCE_SWIZZLE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
+ DEP_FILE = CMakeFiles/projects_ray.dir/src/vec4ops/transform4d.cpp.o.d
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk -fcolor-diagnostics
+ INCLUDES = -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/include -I/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Headers -iframework /Users/sotech117/Qt/6.5.2/macos/lib -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/mkspecs/macx-clang -isystem /Users/sotech117/Qt/6.5.2/macos/include -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Headers -isystem /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Headers
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ OBJECT_FILE_DIR = CMakeFiles/projects_ray.dir/src/vec4ops
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_PDB = projects_ray.pdb
+
+
+# =============================================================================
+# Link build statements for EXECUTABLE target projects_ray
+
+
+#############################################
+# Link the executable projects_ray
+
+build projects_ray: CXX_EXECUTABLE_LINKER__projects_ray_Release CMakeFiles/projects_ray.dir/projects_ray_autogen/mocs_compilation.cpp.o CMakeFiles/projects_ray.dir/src/main.cpp.o CMakeFiles/projects_ray.dir/src/mainwindow.cpp.o CMakeFiles/projects_ray.dir/src/settings.cpp.o CMakeFiles/projects_ray.dir/src/camera/camera.cpp.o CMakeFiles/projects_ray.dir/src/raytracer/raytracer.cpp.o CMakeFiles/projects_ray.dir/src/raytracer/raytracescene.cpp.o CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o CMakeFiles/projects_ray.dir/src/utils/sceneparser.cpp.o CMakeFiles/projects_ray.dir/src/intersect/intersect.cpp.o CMakeFiles/projects_ray.dir/src/illuminate/illuminate.cpp.o CMakeFiles/projects_ray.dir/src/illuminate/shadow.cpp.o CMakeFiles/projects_ray.dir/src/illuminate/reflect.cpp.o CMakeFiles/projects_ray.dir/src/texture/texture.cpp.o CMakeFiles/projects_ray.dir/src/intersect/normals.cpp.o CMakeFiles/projects_ray.dir/src/utils/raytracerutils.cpp.o CMakeFiles/projects_ray.dir/src/aliasing/supersample.cpp.o CMakeFiles/projects_ray.dir/src/aliasing/filter.cpp.o CMakeFiles/projects_ray.dir/src/accelerate/myqthreads.cpp.o CMakeFiles/projects_ray.dir/src/accelerate/myqtconcurrent.cpp.o CMakeFiles/projects_ray.dir/src/accelerate/kdtree.cpp.o CMakeFiles/projects_ray.dir/src/accelerate/bvh.cpp.o CMakeFiles/projects_ray.dir/src/vec4ops/vec4ops.cpp.o CMakeFiles/projects_ray.dir/src/vec4ops/rotations4d.cpp.o CMakeFiles/projects_ray.dir/src/vec4ops/transform4d.cpp.o | /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Versions/A/QtConcurrent /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Versions/A/QtXml /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/QtOpenGLWidgets /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/QtWidgets /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Versions/A/QtOpenGL /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/QtGui /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/QtCore || projects_ray_autogen projects_ray_autogen_timestamp_deps
+ FLAGS = -Wno-deprecated-volatile -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk
+ LINK_LIBRARIES = -Wl,-rpath,/Users/sotech117/Qt/6.5.2/macos/lib /Users/sotech117/Qt/6.5.2/macos/lib/QtConcurrent.framework/Versions/A/QtConcurrent /Users/sotech117/Qt/6.5.2/macos/lib/QtXml.framework/Versions/A/QtXml /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/QtOpenGLWidgets /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/QtWidgets /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGL.framework/Versions/A/QtOpenGL /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/QtGui /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/QtCore -framework IOKit -framework DiskArbitration -Xlinker -framework -Xlinker OpenGL -Xlinker -framework -Xlinker AGL -framework AppKit -framework ImageIO -framework Metal
+ LINK_PATH = -F/Users/sotech117/Qt/6.5.2/macos/lib
+ OBJECT_DIR = CMakeFiles/projects_ray.dir
+ POST_BUILD = :
+ PRE_LINK = :
+ TARGET_COMPILE_PDB = CMakeFiles/projects_ray.dir/
+ TARGET_FILE = projects_ray
+ TARGET_PDB = projects_ray.pdb
+
+
+#############################################
+# Utility command for edit_cache
+
+build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build edit_cache: phony CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" --regenerate-during-build -S/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -B/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build rebuild_cache: phony CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build CMakeFiles/install.util: CUSTOM_COMMAND all
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build install: phony CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build CMakeFiles/install/local.util: CUSTOM_COMMAND all
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build install/local: phony CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build CMakeFiles/install/strip.util: CUSTOM_COMMAND all
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build install/strip: phony CMakeFiles/install/strip.util
+
+
+#############################################
+# Utility command for projects_ray_autogen_timestamp_deps
+
+build projects_ray_autogen_timestamp_deps: phony CMakeFiles/projects_ray_autogen_timestamp_deps
+
+
+#############################################
+# Utility command for projects_ray_autogen
+
+build projects_ray_autogen: phony CMakeFiles/projects_ray_autogen projects_ray_autogen/timestamp projects_ray_autogen/mocs_compilation.cpp projects_ray_autogen_timestamp_deps
+
+
+#############################################
+# Custom command for projects_ray_autogen/timestamp
+
+build projects_ray_autogen/timestamp projects_ray_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}projects_ray_autogen/timestamp ${cmake_ninja_workdir}projects_ray_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /Users/sotech117/Qt/6.5.2/macos/./libexec/moc /Users/sotech117/Qt/6.5.2/macos/./libexec/uic || projects_ray_autogen_timestamp_deps
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E cmake_autogen /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/projects_ray_autogen.dir/AutogenInfo.json Release && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E touch /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/timestamp && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E cmake_transform_depfile Ninja gccdepfile /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/deps /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/d/bb1c60d435b61f08663b7bff30d578da50ecf2c096ac9f705f00da88aceca8ba.d
+ DESC = Automatic MOC and UIC for target projects_ray
+ depfile = /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/d/bb1c60d435b61f08663b7bff30d578da50ecf2c096ac9f705f00da88aceca8ba.d
+ restat = 1
+
+
+#############################################
+# Phony custom command for CMakeFiles/projects_ray_autogen_timestamp_deps
+
+build CMakeFiles/projects_ray_autogen_timestamp_deps | ${cmake_ninja_workdir}CMakeFiles/projects_ray_autogen_timestamp_deps: phony /Users/sotech117/Qt/6.5.2/macos/./libexec/moc /Users/sotech117/Qt/6.5.2/macos/./libexec/uic
+
+
+#############################################
+# Phony custom command for CMakeFiles/projects_ray_autogen
+
+build CMakeFiles/projects_ray_autogen | ${cmake_ninja_workdir}CMakeFiles/projects_ray_autogen: phony projects_ray_autogen/timestamp || projects_ray_autogen_timestamp_deps
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for edit_cache
+
+build glm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build glm/edit_cache: phony glm/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build glm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" --regenerate-during-build -S/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -B/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build glm/rebuild_cache: phony glm/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build glm/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build glm/CMakeFiles/install.util: CUSTOM_COMMAND glm/all
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build glm/install: phony glm/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build glm/CMakeFiles/install/local.util: CUSTOM_COMMAND glm/all
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build glm/install/local: phony glm/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build glm/CMakeFiles/install/strip.util: CUSTOM_COMMAND glm/all
+ COMMAND = cd /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm && "/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build glm/install/strip: phony glm/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Target aliases.
+
+# =============================================================================
+# Folder targets.
+
+# =============================================================================
+
+#############################################
+# Folder: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release
+
+build all: phony projects_ray glm/all
+
+# =============================================================================
+
+#############################################
+# Folder: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm
+
+build glm/all: phony
+
+# =============================================================================
+# Built-in targets
+
+
+#############################################
+# Re-run CMake if any of its inputs changed.
+
+build build.ninja: RERUN_CMAKE | /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/CMakeLists.txt /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/CMakeLists.txt /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompiler.cmake.in /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXInformation.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCommonLanguageInclude.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCompilerIdDetection.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompileFeatures.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerABI.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineSystem.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindBinUtils.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeGenericSystem.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeInitializeConfigs.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeLanguageInformation.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitIncludeInfo.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitLinkInfo.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseLibraryArchitecture.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystem.cmake.in /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInformation.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInitialize.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCompilerCommon.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckIncludeFileCXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckLibraryExists.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ADSP-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMCC-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMClang-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-CXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Borland-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/CMakeCommonCompilerMacros.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Cray-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GHS-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IAR-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Intel-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/MSVC-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVHPC-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PGI-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PathScale-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SCO-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/TI-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Tasking-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Watcom-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenGL.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindThreads.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/GNUInstallDirs.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckCompilerFlag.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckFlagCommonConfig.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckSourceCompiles.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/FeatureTesting.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/MacroAddFileDependencies.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-AppleClang-CXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang-CXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Determine-CXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Initialize.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/UnixPaths.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapAtomic.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapOpenGL.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreMacros.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CorePlugins.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/QtInstallPaths.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake CMakeCache.txt CMakeFiles/3.26.4/CMakeCXXCompiler.cmake CMakeFiles/3.26.4/CMakeSystem.cmake
+ pool = console
+
+
+#############################################
+# A missing CMake input file is not an error.
+
+build /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/CMakeLists.txt /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/CMakeLists.txt /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompiler.cmake.in /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXInformation.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCommonLanguageInclude.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCompilerIdDetection.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompileFeatures.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerABI.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineSystem.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindBinUtils.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeGenericSystem.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeInitializeConfigs.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeLanguageInformation.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitIncludeInfo.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitLinkInfo.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseLibraryArchitecture.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystem.cmake.in /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInformation.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInitialize.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCompilerCommon.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckIncludeFileCXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckLibraryExists.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ADSP-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMCC-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMClang-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-CXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Borland-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/CMakeCommonCompilerMacros.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Cray-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GHS-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IAR-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Intel-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/MSVC-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVHPC-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PGI-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PathScale-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SCO-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/TI-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Tasking-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Watcom-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenGL.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindThreads.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/GNUInstallDirs.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckCompilerFlag.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckFlagCommonConfig.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckSourceCompiles.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/FeatureTesting.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/MacroAddFileDependencies.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-AppleClang-CXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang-CXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Determine-CXX.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Initialize.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin.cmake /Users/sotech117/Library/Application$ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/UnixPaths.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapAtomic.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapOpenGL.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreMacros.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CorePlugins.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/QtInstallPaths.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlAdditionalTargetInfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfig.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersion.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersionImpl.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlDependencies.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets-relwithdebinfo.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets.cmake /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake CMakeCache.txt CMakeFiles/3.26.4/CMakeCXXCompiler.cmake CMakeFiles/3.26.4/CMakeSystem.cmake: phony
+
+
+#############################################
+# Clean additional files.
+
+build CMakeFiles/clean.additional: CLEAN_ADDITIONAL
+ CONFIG = Release
+
+
+#############################################
+# Clean all the built files.
+
+build clean: CLEAN CMakeFiles/clean.additional
+
+
+#############################################
+# Print all primary targets available.
+
+build help: HELP
+
+
+#############################################
+# Make the all target the default.
+
+default all
diff --git a/cmake-build-release/cmake_install.cmake b/cmake-build-release/cmake_install.cmake
new file mode 100644
index 0000000..7273a0e
--- /dev/null
+++ b/cmake-build-release/cmake_install.cmake
@@ -0,0 +1,54 @@
+# Install script for directory: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Release")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/Library/Developer/CommandLineTools/usr/bin/objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+ # Include the install script for the subdirectory.
+ include("/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/glm/cmake_install.cmake")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT)
+ set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+else()
+ set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+endif()
+
+string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
+ "${CMAKE_INSTALL_MANIFEST_FILES}")
+file(WRITE "/Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/${CMAKE_INSTALL_MANIFEST}"
+ "${CMAKE_INSTALL_MANIFEST_CONTENT}")
diff --git a/cmake-build-release/glm/cmake_install.cmake b/cmake-build-release/glm/cmake_install.cmake
new file mode 100644
index 0000000..a959624
--- /dev/null
+++ b/cmake-build-release/glm/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Release")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/Library/Developer/CommandLineTools/usr/bin/objdump")
+endif()
+
diff --git a/cmake-build-release/projects_ray b/cmake-build-release/projects_ray
new file mode 100755
index 0000000..3b6f9da
--- /dev/null
+++ b/cmake-build-release/projects_ray
Binary files differ
diff --git a/cmake-build-release/projects_ray_autogen/OWQMYEJWPR/moc_aspectratiowidget.cpp b/cmake-build-release/projects_ray_autogen/OWQMYEJWPR/moc_aspectratiowidget.cpp
new file mode 100644
index 0000000..0715b05
--- /dev/null
+++ b/cmake-build-release/projects_ray_autogen/OWQMYEJWPR/moc_aspectratiowidget.cpp
@@ -0,0 +1,147 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'aspectratiowidget.hpp'
+**
+** Created by: The Qt Meta Object Compiler version 68 (Qt 6.5.2)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "../../../src/utils/aspectratiowidget/aspectratiowidget.hpp"
+#include <QtCore/qmetatype.h>
+
+#if __has_include(<QtCore/qtmochelpers.h>)
+#include <QtCore/qtmochelpers.h>
+#else
+QT_BEGIN_MOC_NAMESPACE
+#endif
+
+
+#include <memory>
+
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'aspectratiowidget.hpp' doesn't include <QObject>."
+#elif Q_MOC_OUTPUT_REVISION != 68
+#error "This file was generated using the moc from 6.5.2. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+#ifndef Q_CONSTINIT
+#define Q_CONSTINIT
+#endif
+
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_DEPRECATED
+QT_WARNING_DISABLE_GCC("-Wuseless-cast")
+namespace {
+
+#ifdef QT_MOC_HAS_STRINGDATA
+struct qt_meta_stringdata_CLASSAspectRatioWidgetENDCLASS_t {};
+static constexpr auto qt_meta_stringdata_CLASSAspectRatioWidgetENDCLASS = QtMocHelpers::stringData(
+ "AspectRatioWidget",
+ "applyAspectRatio",
+ ""
+);
+#else // !QT_MOC_HAS_STRING_DATA
+struct qt_meta_stringdata_CLASSAspectRatioWidgetENDCLASS_t {
+ uint offsetsAndSizes[6];
+ char stringdata0[18];
+ char stringdata1[17];
+ char stringdata2[1];
+};
+#define QT_MOC_LITERAL(ofs, len) \
+ uint(sizeof(qt_meta_stringdata_CLASSAspectRatioWidgetENDCLASS_t::offsetsAndSizes) + ofs), len
+Q_CONSTINIT static const qt_meta_stringdata_CLASSAspectRatioWidgetENDCLASS_t qt_meta_stringdata_CLASSAspectRatioWidgetENDCLASS = {
+ {
+ QT_MOC_LITERAL(0, 17), // "AspectRatioWidget"
+ QT_MOC_LITERAL(18, 16), // "applyAspectRatio"
+ QT_MOC_LITERAL(35, 0) // ""
+ },
+ "AspectRatioWidget",
+ "applyAspectRatio",
+ ""
+};
+#undef QT_MOC_LITERAL
+#endif // !QT_MOC_HAS_STRING_DATA
+} // unnamed namespace
+
+Q_CONSTINIT static const uint qt_meta_data_CLASSAspectRatioWidgetENDCLASS[] = {
+
+ // content:
+ 11, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 1, 14, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 0, // signalCount
+
+ // slots: name, argc, parameters, tag, flags, initial metatype offsets
+ 1, 0, 20, 2, 0x0a, 1 /* Public */,
+
+ // slots: parameters
+ QMetaType::Void,
+
+ 0 // eod
+};
+
+Q_CONSTINIT const QMetaObject AspectRatioWidget::staticMetaObject = { {
+ QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
+ qt_meta_stringdata_CLASSAspectRatioWidgetENDCLASS.offsetsAndSizes,
+ qt_meta_data_CLASSAspectRatioWidgetENDCLASS,
+ qt_static_metacall,
+ nullptr,
+ qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSAspectRatioWidgetENDCLASS_t,
+ // Q_OBJECT / Q_GADGET
+ QtPrivate::TypeAndForceComplete<AspectRatioWidget, std::true_type>,
+ // method 'applyAspectRatio'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>
+ >,
+ nullptr
+} };
+
+void AspectRatioWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ auto *_t = static_cast<AspectRatioWidget *>(_o);
+ (void)_t;
+ switch (_id) {
+ case 0: _t->applyAspectRatio(); break;
+ default: ;
+ }
+ }
+ (void)_a;
+}
+
+const QMetaObject *AspectRatioWidget::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
+}
+
+void *AspectRatioWidget::qt_metacast(const char *_clname)
+{
+ if (!_clname) return nullptr;
+ if (!strcmp(_clname, qt_meta_stringdata_CLASSAspectRatioWidgetENDCLASS.stringdata0))
+ return static_cast<void*>(this);
+ return QWidget::qt_metacast(_clname);
+}
+
+int AspectRatioWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QWidget::qt_metacall(_c, _id, _a);
+ if (_id < 0)
+ return _id;
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ if (_id < 1)
+ qt_static_metacall(this, _c, _id, _a);
+ _id -= 1;
+ } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
+ if (_id < 1)
+ *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
+ _id -= 1;
+ }
+ return _id;
+}
+QT_WARNING_POP
diff --git a/cmake-build-release/projects_ray_autogen/SKZFJBACJG/moc_raytracer.cpp b/cmake-build-release/projects_ray_autogen/SKZFJBACJG/moc_raytracer.cpp
new file mode 100644
index 0000000..9f49bf4
--- /dev/null
+++ b/cmake-build-release/projects_ray_autogen/SKZFJBACJG/moc_raytracer.cpp
@@ -0,0 +1,312 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'raytracer.h'
+**
+** Created by: The Qt Meta Object Compiler version 68 (Qt 6.5.2)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "../../../src/raytracer/raytracer.h"
+#include <QtGui/qtextcursor.h>
+#include <QtCore/qmetatype.h>
+
+#if __has_include(<QtCore/qtmochelpers.h>)
+#include <QtCore/qtmochelpers.h>
+#else
+QT_BEGIN_MOC_NAMESPACE
+#endif
+
+
+#include <memory>
+
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'raytracer.h' doesn't include <QObject>."
+#elif Q_MOC_OUTPUT_REVISION != 68
+#error "This file was generated using the moc from 6.5.2. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+#ifndef Q_CONSTINIT
+#define Q_CONSTINIT
+#endif
+
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_DEPRECATED
+QT_WARNING_DISABLE_GCC("-Wuseless-cast")
+namespace {
+
+#ifdef QT_MOC_HAS_STRINGDATA
+struct qt_meta_stringdata_CLASSRayTracerENDCLASS_t {};
+static constexpr auto qt_meta_stringdata_CLASSRayTracerENDCLASS = QtMocHelpers::stringData(
+ "RayTracer",
+ "xyRotationChanged",
+ "",
+ "value",
+ "xzRotationChanged",
+ "xwRotationChanged",
+ "yzRotationChanged",
+ "ywRotationChanged",
+ "zwRotationChanged",
+ "rotationChanged"
+);
+#else // !QT_MOC_HAS_STRING_DATA
+struct qt_meta_stringdata_CLASSRayTracerENDCLASS_t {
+ uint offsetsAndSizes[20];
+ char stringdata0[10];
+ char stringdata1[18];
+ char stringdata2[1];
+ char stringdata3[6];
+ char stringdata4[18];
+ char stringdata5[18];
+ char stringdata6[18];
+ char stringdata7[18];
+ char stringdata8[18];
+ char stringdata9[16];
+};
+#define QT_MOC_LITERAL(ofs, len) \
+ uint(sizeof(qt_meta_stringdata_CLASSRayTracerENDCLASS_t::offsetsAndSizes) + ofs), len
+Q_CONSTINIT static const qt_meta_stringdata_CLASSRayTracerENDCLASS_t qt_meta_stringdata_CLASSRayTracerENDCLASS = {
+ {
+ QT_MOC_LITERAL(0, 9), // "RayTracer"
+ QT_MOC_LITERAL(10, 17), // "xyRotationChanged"
+ QT_MOC_LITERAL(28, 0), // ""
+ QT_MOC_LITERAL(29, 5), // "value"
+ QT_MOC_LITERAL(35, 17), // "xzRotationChanged"
+ QT_MOC_LITERAL(53, 17), // "xwRotationChanged"
+ QT_MOC_LITERAL(71, 17), // "yzRotationChanged"
+ QT_MOC_LITERAL(89, 17), // "ywRotationChanged"
+ QT_MOC_LITERAL(107, 17), // "zwRotationChanged"
+ QT_MOC_LITERAL(125, 15) // "rotationChanged"
+ },
+ "RayTracer",
+ "xyRotationChanged",
+ "",
+ "value",
+ "xzRotationChanged",
+ "xwRotationChanged",
+ "yzRotationChanged",
+ "ywRotationChanged",
+ "zwRotationChanged",
+ "rotationChanged"
+};
+#undef QT_MOC_LITERAL
+#endif // !QT_MOC_HAS_STRING_DATA
+} // unnamed namespace
+
+Q_CONSTINIT static const uint qt_meta_data_CLASSRayTracerENDCLASS[] = {
+
+ // content:
+ 11, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 7, 14, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 7, // signalCount
+
+ // signals: name, argc, parameters, tag, flags, initial metatype offsets
+ 1, 1, 56, 2, 0x06, 1 /* Public */,
+ 4, 1, 59, 2, 0x06, 3 /* Public */,
+ 5, 1, 62, 2, 0x06, 5 /* Public */,
+ 6, 1, 65, 2, 0x06, 7 /* Public */,
+ 7, 1, 68, 2, 0x06, 9 /* Public */,
+ 8, 1, 71, 2, 0x06, 11 /* Public */,
+ 9, 1, 74, 2, 0x06, 13 /* Public */,
+
+ // signals: parameters
+ QMetaType::Void, QMetaType::Float, 3,
+ QMetaType::Void, QMetaType::Float, 3,
+ QMetaType::Void, QMetaType::Float, 3,
+ QMetaType::Void, QMetaType::Float, 3,
+ QMetaType::Void, QMetaType::Float, 3,
+ QMetaType::Void, QMetaType::Float, 3,
+ QMetaType::Void, QMetaType::Float, 3,
+
+ 0 // eod
+};
+
+Q_CONSTINIT const QMetaObject RayTracer::staticMetaObject = { {
+ QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
+ qt_meta_stringdata_CLASSRayTracerENDCLASS.offsetsAndSizes,
+ qt_meta_data_CLASSRayTracerENDCLASS,
+ qt_static_metacall,
+ nullptr,
+ qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSRayTracerENDCLASS_t,
+ // Q_OBJECT / Q_GADGET
+ QtPrivate::TypeAndForceComplete<RayTracer, std::true_type>,
+ // method 'xyRotationChanged'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<float, std::false_type>,
+ // method 'xzRotationChanged'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<float, std::false_type>,
+ // method 'xwRotationChanged'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<float, std::false_type>,
+ // method 'yzRotationChanged'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<float, std::false_type>,
+ // method 'ywRotationChanged'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<float, std::false_type>,
+ // method 'zwRotationChanged'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<float, std::false_type>,
+ // method 'rotationChanged'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<float, std::false_type>
+ >,
+ nullptr
+} };
+
+void RayTracer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ auto *_t = static_cast<RayTracer *>(_o);
+ (void)_t;
+ switch (_id) {
+ case 0: _t->xyRotationChanged((*reinterpret_cast< std::add_pointer_t<float>>(_a[1]))); break;
+ case 1: _t->xzRotationChanged((*reinterpret_cast< std::add_pointer_t<float>>(_a[1]))); break;
+ case 2: _t->xwRotationChanged((*reinterpret_cast< std::add_pointer_t<float>>(_a[1]))); break;
+ case 3: _t->yzRotationChanged((*reinterpret_cast< std::add_pointer_t<float>>(_a[1]))); break;
+ case 4: _t->ywRotationChanged((*reinterpret_cast< std::add_pointer_t<float>>(_a[1]))); break;
+ case 5: _t->zwRotationChanged((*reinterpret_cast< std::add_pointer_t<float>>(_a[1]))); break;
+ case 6: _t->rotationChanged((*reinterpret_cast< std::add_pointer_t<float>>(_a[1]))); break;
+ default: ;
+ }
+ } else if (_c == QMetaObject::IndexOfMethod) {
+ int *result = reinterpret_cast<int *>(_a[0]);
+ {
+ using _t = void (RayTracer::*)(float );
+ if (_t _q_method = &RayTracer::xyRotationChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
+ *result = 0;
+ return;
+ }
+ }
+ {
+ using _t = void (RayTracer::*)(float );
+ if (_t _q_method = &RayTracer::xzRotationChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
+ *result = 1;
+ return;
+ }
+ }
+ {
+ using _t = void (RayTracer::*)(float );
+ if (_t _q_method = &RayTracer::xwRotationChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
+ *result = 2;
+ return;
+ }
+ }
+ {
+ using _t = void (RayTracer::*)(float );
+ if (_t _q_method = &RayTracer::yzRotationChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
+ *result = 3;
+ return;
+ }
+ }
+ {
+ using _t = void (RayTracer::*)(float );
+ if (_t _q_method = &RayTracer::ywRotationChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
+ *result = 4;
+ return;
+ }
+ }
+ {
+ using _t = void (RayTracer::*)(float );
+ if (_t _q_method = &RayTracer::zwRotationChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
+ *result = 5;
+ return;
+ }
+ }
+ {
+ using _t = void (RayTracer::*)(float );
+ if (_t _q_method = &RayTracer::rotationChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
+ *result = 6;
+ return;
+ }
+ }
+ }
+}
+
+const QMetaObject *RayTracer::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
+}
+
+void *RayTracer::qt_metacast(const char *_clname)
+{
+ if (!_clname) return nullptr;
+ if (!strcmp(_clname, qt_meta_stringdata_CLASSRayTracerENDCLASS.stringdata0))
+ return static_cast<void*>(this);
+ return QWidget::qt_metacast(_clname);
+}
+
+int RayTracer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QWidget::qt_metacall(_c, _id, _a);
+ if (_id < 0)
+ return _id;
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ if (_id < 7)
+ qt_static_metacall(this, _c, _id, _a);
+ _id -= 7;
+ } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
+ if (_id < 7)
+ *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
+ _id -= 7;
+ }
+ return _id;
+}
+
+// SIGNAL 0
+void RayTracer::xyRotationChanged(float _t1)
+{
+ void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
+ QMetaObject::activate(this, &staticMetaObject, 0, _a);
+}
+
+// SIGNAL 1
+void RayTracer::xzRotationChanged(float _t1)
+{
+ void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
+ QMetaObject::activate(this, &staticMetaObject, 1, _a);
+}
+
+// SIGNAL 2
+void RayTracer::xwRotationChanged(float _t1)
+{
+ void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
+ QMetaObject::activate(this, &staticMetaObject, 2, _a);
+}
+
+// SIGNAL 3
+void RayTracer::yzRotationChanged(float _t1)
+{
+ void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
+ QMetaObject::activate(this, &staticMetaObject, 3, _a);
+}
+
+// SIGNAL 4
+void RayTracer::ywRotationChanged(float _t1)
+{
+ void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
+ QMetaObject::activate(this, &staticMetaObject, 4, _a);
+}
+
+// SIGNAL 5
+void RayTracer::zwRotationChanged(float _t1)
+{
+ void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
+ QMetaObject::activate(this, &staticMetaObject, 5, _a);
+}
+
+// SIGNAL 6
+void RayTracer::rotationChanged(float _t1)
+{
+ void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
+ QMetaObject::activate(this, &staticMetaObject, 6, _a);
+}
+QT_WARNING_POP
diff --git a/cmake-build-release/projects_ray_autogen/UVLADIE3JM/moc_mainwindow.cpp b/cmake-build-release/projects_ray_autogen/UVLADIE3JM/moc_mainwindow.cpp
new file mode 100644
index 0000000..7981b1e
--- /dev/null
+++ b/cmake-build-release/projects_ray_autogen/UVLADIE3JM/moc_mainwindow.cpp
@@ -0,0 +1,399 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'mainwindow.h'
+**
+** Created by: The Qt Meta Object Compiler version 68 (Qt 6.5.2)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "../../../src/mainwindow.h"
+#include <QtGui/qtextcursor.h>
+#include <QtCore/qmetatype.h>
+
+#if __has_include(<QtCore/qtmochelpers.h>)
+#include <QtCore/qtmochelpers.h>
+#else
+QT_BEGIN_MOC_NAMESPACE
+#endif
+
+
+#include <memory>
+
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'mainwindow.h' doesn't include <QObject>."
+#elif Q_MOC_OUTPUT_REVISION != 68
+#error "This file was generated using the moc from 6.5.2. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+#ifndef Q_CONSTINIT
+#define Q_CONSTINIT
+#endif
+
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_DEPRECATED
+QT_WARNING_DISABLE_GCC("-Wuseless-cast")
+namespace {
+
+#ifdef QT_MOC_HAS_STRINGDATA
+struct qt_meta_stringdata_CLASSMainWindowENDCLASS_t {};
+static constexpr auto qt_meta_stringdata_CLASSMainWindowENDCLASS = QtMocHelpers::stringData(
+ "MainWindow",
+ "onUploadFile",
+ "",
+ "onSaveImage",
+ "onValChangexySlider",
+ "newValue",
+ "onValChangexyBox",
+ "onValChangexzSlider",
+ "onValChangexzBox",
+ "onValChangexwSlider",
+ "onValChangexwBox",
+ "onValChangeyzSlider",
+ "onValChangeyzBox",
+ "onValChangeywSlider",
+ "onValChangeywBox",
+ "onValChangezwSlider",
+ "onValChangezwBox",
+ "onValChangeRotationSlider",
+ "onValChangeRotationBox",
+ "onRotateNegative",
+ "updateXySlider",
+ "updateXzSlider",
+ "updateXwSlider",
+ "updateYzSlider",
+ "updateYwSlider",
+ "updateZwSlider",
+ "updateRotationSlider",
+ "onValChangeWSlider",
+ "onValChangeWBox"
+);
+#else // !QT_MOC_HAS_STRING_DATA
+struct qt_meta_stringdata_CLASSMainWindowENDCLASS_t {
+ uint offsetsAndSizes[58];
+ char stringdata0[11];
+ char stringdata1[13];
+ char stringdata2[1];
+ char stringdata3[12];
+ char stringdata4[20];
+ char stringdata5[9];
+ char stringdata6[17];
+ char stringdata7[20];
+ char stringdata8[17];
+ char stringdata9[20];
+ char stringdata10[17];
+ char stringdata11[20];
+ char stringdata12[17];
+ char stringdata13[20];
+ char stringdata14[17];
+ char stringdata15[20];
+ char stringdata16[17];
+ char stringdata17[26];
+ char stringdata18[23];
+ char stringdata19[17];
+ char stringdata20[15];
+ char stringdata21[15];
+ char stringdata22[15];
+ char stringdata23[15];
+ char stringdata24[15];
+ char stringdata25[15];
+ char stringdata26[21];
+ char stringdata27[19];
+ char stringdata28[16];
+};
+#define QT_MOC_LITERAL(ofs, len) \
+ uint(sizeof(qt_meta_stringdata_CLASSMainWindowENDCLASS_t::offsetsAndSizes) + ofs), len
+Q_CONSTINIT static const qt_meta_stringdata_CLASSMainWindowENDCLASS_t qt_meta_stringdata_CLASSMainWindowENDCLASS = {
+ {
+ QT_MOC_LITERAL(0, 10), // "MainWindow"
+ QT_MOC_LITERAL(11, 12), // "onUploadFile"
+ QT_MOC_LITERAL(24, 0), // ""
+ QT_MOC_LITERAL(25, 11), // "onSaveImage"
+ QT_MOC_LITERAL(37, 19), // "onValChangexySlider"
+ QT_MOC_LITERAL(57, 8), // "newValue"
+ QT_MOC_LITERAL(66, 16), // "onValChangexyBox"
+ QT_MOC_LITERAL(83, 19), // "onValChangexzSlider"
+ QT_MOC_LITERAL(103, 16), // "onValChangexzBox"
+ QT_MOC_LITERAL(120, 19), // "onValChangexwSlider"
+ QT_MOC_LITERAL(140, 16), // "onValChangexwBox"
+ QT_MOC_LITERAL(157, 19), // "onValChangeyzSlider"
+ QT_MOC_LITERAL(177, 16), // "onValChangeyzBox"
+ QT_MOC_LITERAL(194, 19), // "onValChangeywSlider"
+ QT_MOC_LITERAL(214, 16), // "onValChangeywBox"
+ QT_MOC_LITERAL(231, 19), // "onValChangezwSlider"
+ QT_MOC_LITERAL(251, 16), // "onValChangezwBox"
+ QT_MOC_LITERAL(268, 25), // "onValChangeRotationSlider"
+ QT_MOC_LITERAL(294, 22), // "onValChangeRotationBox"
+ QT_MOC_LITERAL(317, 16), // "onRotateNegative"
+ QT_MOC_LITERAL(334, 14), // "updateXySlider"
+ QT_MOC_LITERAL(349, 14), // "updateXzSlider"
+ QT_MOC_LITERAL(364, 14), // "updateXwSlider"
+ QT_MOC_LITERAL(379, 14), // "updateYzSlider"
+ QT_MOC_LITERAL(394, 14), // "updateYwSlider"
+ QT_MOC_LITERAL(409, 14), // "updateZwSlider"
+ QT_MOC_LITERAL(424, 20), // "updateRotationSlider"
+ QT_MOC_LITERAL(445, 18), // "onValChangeWSlider"
+ QT_MOC_LITERAL(464, 15) // "onValChangeWBox"
+ },
+ "MainWindow",
+ "onUploadFile",
+ "",
+ "onSaveImage",
+ "onValChangexySlider",
+ "newValue",
+ "onValChangexyBox",
+ "onValChangexzSlider",
+ "onValChangexzBox",
+ "onValChangexwSlider",
+ "onValChangexwBox",
+ "onValChangeyzSlider",
+ "onValChangeyzBox",
+ "onValChangeywSlider",
+ "onValChangeywBox",
+ "onValChangezwSlider",
+ "onValChangezwBox",
+ "onValChangeRotationSlider",
+ "onValChangeRotationBox",
+ "onRotateNegative",
+ "updateXySlider",
+ "updateXzSlider",
+ "updateXwSlider",
+ "updateYzSlider",
+ "updateYwSlider",
+ "updateZwSlider",
+ "updateRotationSlider",
+ "onValChangeWSlider",
+ "onValChangeWBox"
+};
+#undef QT_MOC_LITERAL
+#endif // !QT_MOC_HAS_STRING_DATA
+} // unnamed namespace
+
+Q_CONSTINIT static const uint qt_meta_data_CLASSMainWindowENDCLASS[] = {
+
+ // content:
+ 11, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 26, 14, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 0, // signalCount
+
+ // slots: name, argc, parameters, tag, flags, initial metatype offsets
+ 1, 0, 170, 2, 0x08, 1 /* Private */,
+ 3, 0, 171, 2, 0x08, 2 /* Private */,
+ 4, 1, 172, 2, 0x08, 3 /* Private */,
+ 6, 1, 175, 2, 0x08, 5 /* Private */,
+ 7, 1, 178, 2, 0x08, 7 /* Private */,
+ 8, 1, 181, 2, 0x08, 9 /* Private */,
+ 9, 1, 184, 2, 0x08, 11 /* Private */,
+ 10, 1, 187, 2, 0x08, 13 /* Private */,
+ 11, 1, 190, 2, 0x08, 15 /* Private */,
+ 12, 1, 193, 2, 0x08, 17 /* Private */,
+ 13, 1, 196, 2, 0x08, 19 /* Private */,
+ 14, 1, 199, 2, 0x08, 21 /* Private */,
+ 15, 1, 202, 2, 0x08, 23 /* Private */,
+ 16, 1, 205, 2, 0x08, 25 /* Private */,
+ 17, 1, 208, 2, 0x08, 27 /* Private */,
+ 18, 1, 211, 2, 0x08, 29 /* Private */,
+ 19, 0, 214, 2, 0x08, 31 /* Private */,
+ 20, 1, 215, 2, 0x08, 32 /* Private */,
+ 21, 1, 218, 2, 0x08, 34 /* Private */,
+ 22, 1, 221, 2, 0x08, 36 /* Private */,
+ 23, 1, 224, 2, 0x08, 38 /* Private */,
+ 24, 1, 227, 2, 0x08, 40 /* Private */,
+ 25, 1, 230, 2, 0x08, 42 /* Private */,
+ 26, 1, 233, 2, 0x08, 44 /* Private */,
+ 27, 1, 236, 2, 0x08, 46 /* Private */,
+ 28, 1, 239, 2, 0x08, 48 /* Private */,
+
+ // slots: parameters
+ QMetaType::Void,
+ QMetaType::Void,
+ QMetaType::Void, QMetaType::Int, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Int, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Int, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Int, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Int, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Int, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Int, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+ QMetaType::Void, QMetaType::Float, 5,
+ QMetaType::Void, QMetaType::Int, 5,
+ QMetaType::Void, QMetaType::Double, 5,
+
+ 0 // eod
+};
+
+Q_CONSTINIT const QMetaObject MainWindow::staticMetaObject = { {
+ QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
+ qt_meta_stringdata_CLASSMainWindowENDCLASS.offsetsAndSizes,
+ qt_meta_data_CLASSMainWindowENDCLASS,
+ qt_static_metacall,
+ nullptr,
+ qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSMainWindowENDCLASS_t,
+ // Q_OBJECT / Q_GADGET
+ QtPrivate::TypeAndForceComplete<MainWindow, std::true_type>,
+ // method 'onUploadFile'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ // method 'onSaveImage'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ // method 'onValChangexySlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<int, std::false_type>,
+ // method 'onValChangexyBox'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'onValChangexzSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<int, std::false_type>,
+ // method 'onValChangexzBox'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'onValChangexwSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<int, std::false_type>,
+ // method 'onValChangexwBox'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'onValChangeyzSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<int, std::false_type>,
+ // method 'onValChangeyzBox'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'onValChangeywSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<int, std::false_type>,
+ // method 'onValChangeywBox'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'onValChangezwSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<int, std::false_type>,
+ // method 'onValChangezwBox'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'onValChangeRotationSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<int, std::false_type>,
+ // method 'onValChangeRotationBox'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'onRotateNegative'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ // method 'updateXySlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'updateXzSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'updateXwSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'updateYzSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'updateYwSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'updateZwSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>,
+ // method 'updateRotationSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<float, std::false_type>,
+ // method 'onValChangeWSlider'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<int, std::false_type>,
+ // method 'onValChangeWBox'
+ QtPrivate::TypeAndForceComplete<void, std::false_type>,
+ QtPrivate::TypeAndForceComplete<double, std::false_type>
+ >,
+ nullptr
+} };
+
+void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ auto *_t = static_cast<MainWindow *>(_o);
+ (void)_t;
+ switch (_id) {
+ case 0: _t->onUploadFile(); break;
+ case 1: _t->onSaveImage(); break;
+ case 2: _t->onValChangexySlider((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
+ case 3: _t->onValChangexyBox((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 4: _t->onValChangexzSlider((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
+ case 5: _t->onValChangexzBox((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 6: _t->onValChangexwSlider((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
+ case 7: _t->onValChangexwBox((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 8: _t->onValChangeyzSlider((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
+ case 9: _t->onValChangeyzBox((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 10: _t->onValChangeywSlider((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
+ case 11: _t->onValChangeywBox((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 12: _t->onValChangezwSlider((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
+ case 13: _t->onValChangezwBox((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 14: _t->onValChangeRotationSlider((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
+ case 15: _t->onValChangeRotationBox((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 16: _t->onRotateNegative(); break;
+ case 17: _t->updateXySlider((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 18: _t->updateXzSlider((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 19: _t->updateXwSlider((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 20: _t->updateYzSlider((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 21: _t->updateYwSlider((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 22: _t->updateZwSlider((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ case 23: _t->updateRotationSlider((*reinterpret_cast< std::add_pointer_t<float>>(_a[1]))); break;
+ case 24: _t->onValChangeWSlider((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
+ case 25: _t->onValChangeWBox((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
+ default: ;
+ }
+ }
+}
+
+const QMetaObject *MainWindow::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
+}
+
+void *MainWindow::qt_metacast(const char *_clname)
+{
+ if (!_clname) return nullptr;
+ if (!strcmp(_clname, qt_meta_stringdata_CLASSMainWindowENDCLASS.stringdata0))
+ return static_cast<void*>(this);
+ return QWidget::qt_metacast(_clname);
+}
+
+int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QWidget::qt_metacall(_c, _id, _a);
+ if (_id < 0)
+ return _id;
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ if (_id < 26)
+ qt_static_metacall(this, _c, _id, _a);
+ _id -= 26;
+ } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
+ if (_id < 26)
+ *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
+ _id -= 26;
+ }
+ return _id;
+}
+QT_WARNING_POP
diff --git a/cmake-build-release/projects_ray_autogen/deps b/cmake-build-release/projects_ray_autogen/deps
new file mode 100644
index 0000000..87f5f8a
--- /dev/null
+++ b/cmake-build-release/projects_ray_autogen/deps
@@ -0,0 +1,948 @@
+projects_ray_autogen/timestamp: \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/Availability.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityInternal.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityMacros.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/AvailabilityVersions.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/TargetConditionals.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/_types.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/arm/_types.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/arm/types.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/assert.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/adjacent_find.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/all_of.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/any_of.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/binary_search.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/clamp.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/comp.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/comp_ref_type.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_backward.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_if.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/copy_n.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/count.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/count_if.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/equal.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/equal_range.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/fill.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/fill_n.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_end.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_first_of.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_if.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/find_if_not.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/for_each.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/for_each_n.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/generate.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/generate_n.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/half_positive.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/includes.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_heap.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_heap_until.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_partitioned.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_permutation.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_sorted.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/is_sorted_until.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/iter_swap.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/lexicographical_compare.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/lower_bound.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/make_heap.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/max.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/max_element.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/merge.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/min.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/min_element.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/minmax.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/minmax_element.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/mismatch.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/move.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/move_backward.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/next_permutation.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/none_of.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/nth_element.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partial_sort.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partial_sort_copy.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition_copy.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/partition_point.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/pop_heap.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/prev_permutation.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/push_heap.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_copy.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_copy_if.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/remove_if.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_copy.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_copy_if.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/replace_if.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/reverse.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/reverse_copy.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/rotate.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/rotate_copy.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sample.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/search.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/search_n.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_difference.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_intersection.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_symmetric_difference.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/set_union.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shift_left.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shift_right.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/shuffle.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sift_down.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sort.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/sort_heap.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/stable_partition.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/stable_sort.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/swap_ranges.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/transform.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unique.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unique_copy.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/unwrap_iter.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__algorithm/upper_bound.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__availability \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__bit_reference \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__bits \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__config \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__config_site \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__debug \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__function_like.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binary_function.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binary_negate.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/bind.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/bind_front.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binder1st.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/binder2nd.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/default_searcher.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/function.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/hash.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/identity.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/invoke.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/is_transparent.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/mem_fn.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/not_fn.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/operations.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/perfect_forward.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/pointer_to_binary_function.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/pointer_to_unary_function.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/ranges_operations.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/reference_wrapper.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unary_function.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unary_negate.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/unwrap_ref.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional/weak_result_type.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__functional_base \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__hash_table \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/access.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/advance.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/back_insert_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/common_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/concepts.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/counted_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/data.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/default_sentinel.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/distance.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/empty.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/erase_if_container.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/front_insert_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/incrementable_traits.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/insert_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/istream_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/istreambuf_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iter_move.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iter_swap.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/iterator_traits.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/move_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/next.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/ostream_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/ostreambuf_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/prev.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/projected.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/readable_traits.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/reverse_access.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/size.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__iterator/wrap_iter.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__mbstate_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/addressof.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocation_guard.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator_arg_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/auto_ptr.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/compressed_pair.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/construct_at.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/pointer_safety.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/pointer_traits.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/raw_storage_iterator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/shared_ptr.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/temporary_buffer.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/unique_ptr.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__memory/uses_allocator.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__node_handle \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__nullptr \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__random/uniform_int_distribution.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/access.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/enable_borrowed_range.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__ranges/enable_view.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__split_buffer \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__string \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__thread/poll_with_backoff.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__threading_support \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__tree \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__tuple \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__undef_macros \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/__decay_copy.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/as_const.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/cmp.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/declval.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/exchange.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/forward.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/in_place.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/integer_sequence.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/move.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/pair.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/piecewise_construct.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/rel_ops.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/swap.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/to_underlying.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__variant/monostate.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/algorithm \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/array \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/atomic \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cassert \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cctype \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cfloat \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/chrono \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/climits \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cmath \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/compare \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/concepts \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstddef \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdint \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdio \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstdlib \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cstring \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ctime \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ctype.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cwchar \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/cwctype \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/deque \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/errno.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/exception \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/float.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/functional \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/initializer_list \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/inttypes.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iosfwd \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iterator \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/limits \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/limits.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/list \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/map \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/math.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/memory \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/new \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/numeric \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/optional \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/queue \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/ratio \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdbool.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stddef.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdexcept \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdint.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdio.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdlib.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string_view \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/tuple \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/type_traits \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/typeinfo \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/unordered_map \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/utility \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/variant \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/vector \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/version \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wchar.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wctype.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/machine/_types.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/machine/types.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/pthread.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/pthread_impl.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/qos.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/pthread/sched.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_posix_availability.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_symbol_aliasing.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_clock_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int16_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int32_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int64_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_int8_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_intptr_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_mach_port_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_null.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_sigset_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_size_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_time_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_timespec.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int16_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int32_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int64_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_u_int8_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/_types/_uintptr_t.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/cdefs.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/sys/qos.h \
+ /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/time.h \
+ /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stdarg.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/CMakeLists.txt \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/CMakeFiles/3.26.4/CMakeSystem.cmake \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release/projects_ray_autogen/moc_predefs.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/common.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/_fixes.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/_swizzle_func.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/_vectorize.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/compute_common.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/compute_vector_relational.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_common.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_exponential.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_geometric.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_integer.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_matrix.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_packing.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_trigonometric.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/func_vector_relational.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/qualifier.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/setup.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_half.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_half.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x2.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x3.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat2x4.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x2.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x3.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat3x4.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x2.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x3.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_mat4x4.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec1.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec1.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec2.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec3.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/detail/type_vec4.inl \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/exponential.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x2_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x3_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double2x4_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x2_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x3_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double3x4_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x2_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x3_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_double4x4_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x2_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x3_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float2x4_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x2_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x3_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float3x4_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x2_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x3_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/matrix_float4x4_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/scalar_int_sized.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/scalar_uint_sized.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool2_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool3_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_bool4_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double2_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double3_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_double4_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float2_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float3_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_float4_precision.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int2_sized.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int3_sized.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_int4_sized.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint2_sized.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint3_sized.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/ext/vector_uint4_sized.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/fwd.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/geometric.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/glm.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/integer.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat2x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat2x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat2x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat3x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat3x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat3x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat4x2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat4x3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/mat4x4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/matrix.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/packing.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/simd/platform.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/trigonometric.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vec2.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vec3.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vec4.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/glm/vector_relational.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/bvh.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/kdtree.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqtconcurrent.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/accelerate/myqthreads.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/filter.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/aliasing/supersample.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/camera/camera.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/illuminate.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/reflect.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/illuminate/shadow.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/intersect.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/intersect/normals.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/main.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/mainwindow.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracer.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/raytracer/raytracescene.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/settings.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/texture/texture.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/aspectratiowidget/aspectratiowidget.hpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/raytracerutils.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/rgba.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenedata.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/scenefilereader.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/utils/sceneparser.h \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/rotations4d.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/transform4d.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.cpp \
+ /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/src/vec4ops/vec4ops.h \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompiler.cmake.in \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXInformation.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCommonLanguageInclude.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCompilerIdDetection.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCXXCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompileFeatures.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerABI.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeDetermineSystem.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindBinUtils.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeGenericSystem.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeInitializeConfigs.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeLanguageInformation.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitIncludeInfo.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseImplicitLinkInfo.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeParseLibraryArchitecture.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystem.cmake.in \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInformation.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeSystemSpecificInitialize.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCompilerCommon.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXCompilerFlag.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckCXXSourceCompiles.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckIncludeFileCXX.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CheckLibraryExists.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ADSP-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMCC-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/ARMClang-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-CXX.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/AppleClang-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Borland-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/CMakeCommonCompilerMacros.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Clang.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Cray-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GHS-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/GNU.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IAR-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Intel-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/MSVC-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVHPC-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PGI-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/PathScale-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SCO-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/TI-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Tasking-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/Watcom-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenGL.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindPackageMessage.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindThreads.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/GNUInstallDirs.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckCompilerFlag.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckFlagCommonConfig.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/CheckSourceCompiles.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Internal/FeatureTesting.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/MacroAddFileDependencies.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-AppleClang-CXX.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang-CXX.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Apple-Clang.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Determine-CXX.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin-Initialize.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/Darwin.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/Platform/UnixPaths.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/QElapsedTimer \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/q20memory.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/q20type_traits.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qalgorithms.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qanystringview.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydata.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydataops.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qarraydatapointer.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qassert.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qatomic.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qatomic_cxx11.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbasicatomic.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbindingstorage.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearray.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearrayalgorithms.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearraylist.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qbytearrayview.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qchar.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompare.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompare_impl.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcompilerdetection.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qconfig.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qconstructormacros.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainerfwd.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainerinfo.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontainertools_impl.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qcontiguouscache.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdarwinhelpers.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdatastream.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qdebug.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qelapsedtimer.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qexceptionhandling.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qflags.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qfloat16.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qforeach.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qfunctionpointer.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qgenericatomic.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qglobal.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qglobalstatic.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qhash.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qhashfunctions.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiodevice.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiodevicebase.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterable.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qiterator.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qline.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlist.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlocale.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qlogging.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmalloc.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmap.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmargins.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmath.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmetacontainer.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qmetatype.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qminmax.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qnamespace.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qnumeric.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobject.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobject_impl.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobjectdefs.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qobjectdefs_impl.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qoverload.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qpair.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qpoint.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qprocessordetection.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrect.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qrefcount.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qregularexpression.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopedpointer.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qscopeguard.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qset.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qshareddata.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qshareddata_impl.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsharedpointer.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsharedpointer_impl.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsize.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstring.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringalgorithms.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringconverter_base.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringfwd.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringlist.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringliteral.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringmatcher.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringtokenizer.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qstringview.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qswap.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsysinfo.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qsystemdetection.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtaggedpointer.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtclasshelpermacros.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtconfigmacros.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtcore-config.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtcoreexports.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtdeprecationmarkers.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtenvironmentvariables.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtextstream.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtmetamacros.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtnoop.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtpreprocessorsupport.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtresource.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qttranslation.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qttypetraits.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtversion.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtversionchecks.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtypeinfo.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qtypes.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qurl.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qutf8stringview.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qvariant.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qvarlengtharray.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qversiontagging.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtCore.framework/Versions/A/Headers/qxptype_traits.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/QSurfaceFormat \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qaction.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qbitmap.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qbrush.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qcolor.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qcursor.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfont.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfontinfo.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qfontmetrics.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qicon.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qimage.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qkeysequence.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qopengl.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpaintdevice.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpalette.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpicture.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpixelformat.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpixmap.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qpolygon.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qregion.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qrgb.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qrgba64.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qsurfaceformat.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtextdocument.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtgui-config.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiexports.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtguiglobal.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qtransform.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qvalidator.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtGui.framework/Versions/A/Headers/qwindowdefs.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/QOpenGLWidget \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qopenglwidget.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsexports.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtOpenGLWidgets.framework/Versions/A/Headers/qtopenglwidgetsglobal.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QBoxLayout \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QCheckBox \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QDoubleSpinBox \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QLabel \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QMainWindow \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QPushButton \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QSlider \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QSpinBox \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/QWidget \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractbutton.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractslider.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qabstractspinbox.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qboxlayout.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qcheckbox.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qframe.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qgridlayout.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlabel.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayout.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qlayoutitem.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qmainwindow.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qpushbutton.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qsizepolicy.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qslider.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qspinbox.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtabwidget.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgets-config.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsexports.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qtwidgetsglobal.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/QtWidgets.framework/Versions/A/Headers/qwidget.h \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapAtomic.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/FindWrapOpenGL.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Config.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigExtras.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Dependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6Targets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/Qt6VersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeature.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtFeatureCommon.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicAppleHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicPluginHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTargetHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicTestHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicToolHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreMacros.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CorePlugins.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinBluetoothPermissionPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCalendarPermissionPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinCameraPermissionPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinContactsPermissionPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinLocationPermissionPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/Qt6QDarwinMicrophonePermissionPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core/QtInstallPaths.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus/Qt6DBusVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QCocoaIntegrationPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6QMacStylePluginTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlAdditionalTargetInfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfig.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersion.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlConfigVersionImpl.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlDependencies.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets-relwithdebinfo.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlTargets.cmake \
+ /Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake \
+ /Users/sotech117/Library/Application\ Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake
diff --git a/cmake-build-release/projects_ray_autogen/moc_predefs.h b/cmake-build-release/projects_ray_autogen/moc_predefs.h
new file mode 100644
index 0000000..b359786
--- /dev/null
+++ b/cmake-build-release/projects_ray_autogen/moc_predefs.h
@@ -0,0 +1,419 @@
+#define GLM_FORCE_SWIZZLE 1
+#define QT_CONCURRENT_LIB 1
+#define QT_CORE_LIB 1
+#define QT_GUI_LIB 1
+#define QT_NO_DEBUG 1
+#define QT_OPENGLWIDGETS_LIB 1
+#define QT_OPENGL_LIB 1
+#define QT_WIDGETS_LIB 1
+#define QT_XML_LIB 1
+#define SIZEOF_DPTR (sizeof(void*))
+#define _LP64 1
+#define __AARCH64EL__ 1
+#define __AARCH64_CMODEL_SMALL__ 1
+#define __AARCH64_SIMD__ 1
+#define __APPLE_CC__ 6000
+#define __APPLE__ 1
+#define __ARM64_ARCH_8__ 1
+#define __ARM_64BIT_STATE 1
+#define __ARM_ACLE 200
+#define __ARM_ALIGN_MAX_STACK_PWR 4
+#define __ARM_ARCH 8
+#define __ARM_ARCH_8_3__ 1
+#define __ARM_ARCH_8_4__ 1
+#define __ARM_ARCH_8_5__ 1
+#define __ARM_ARCH_ISA_A64 1
+#define __ARM_ARCH_PROFILE 'A'
+#define __ARM_FEATURE_AES 1
+#define __ARM_FEATURE_ATOMICS 1
+#define __ARM_FEATURE_CLZ 1
+#define __ARM_FEATURE_COMPLEX 1
+#define __ARM_FEATURE_CRC32 1
+#define __ARM_FEATURE_CRYPTO 1
+#define __ARM_FEATURE_DIRECTED_ROUNDING 1
+#define __ARM_FEATURE_DIV 1
+#define __ARM_FEATURE_DOTPROD 1
+#define __ARM_FEATURE_FMA 1
+#define __ARM_FEATURE_FP16_FML 1
+#define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC 1
+#define __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 1
+#define __ARM_FEATURE_FRINT 1
+#define __ARM_FEATURE_IDIV 1
+#define __ARM_FEATURE_JCVT 1
+#define __ARM_FEATURE_LDREX 0xF
+#define __ARM_FEATURE_NUMERIC_MAXMIN 1
+#define __ARM_FEATURE_QRDMX 1
+#define __ARM_FEATURE_SHA2 1
+#define __ARM_FEATURE_SHA3 1
+#define __ARM_FEATURE_SHA512 1
+#define __ARM_FEATURE_SM3 1
+#define __ARM_FEATURE_SM4 1
+#define __ARM_FEATURE_UNALIGNED 1
+#define __ARM_FP 0xE
+#define __ARM_FP16_ARGS 1
+#define __ARM_FP16_FORMAT_IEEE 1
+#define __ARM_NEON 1
+#define __ARM_NEON_FP 0xE
+#define __ARM_NEON__ 1
+#define __ARM_PCS_AAPCS64 1
+#define __ARM_SIZEOF_MINIMAL_ENUM 4
+#define __ARM_SIZEOF_WCHAR_T 4
+#define __ATOMIC_ACQUIRE 2
+#define __ATOMIC_ACQ_REL 4
+#define __ATOMIC_CONSUME 1
+#define __ATOMIC_RELAXED 0
+#define __ATOMIC_RELEASE 3
+#define __ATOMIC_SEQ_CST 5
+#define __BIGGEST_ALIGNMENT__ 8
+#define __BLOCKS__ 1
+#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
+#define __CHAR16_TYPE__ unsigned short
+#define __CHAR32_TYPE__ unsigned int
+#define __CHAR_BIT__ 8
+#define __CLANG_ATOMIC_BOOL_LOCK_FREE 2
+#define __CLANG_ATOMIC_CHAR16_T_LOCK_FREE 2
+#define __CLANG_ATOMIC_CHAR32_T_LOCK_FREE 2
+#define __CLANG_ATOMIC_CHAR_LOCK_FREE 2
+#define __CLANG_ATOMIC_INT_LOCK_FREE 2
+#define __CLANG_ATOMIC_LLONG_LOCK_FREE 2
+#define __CLANG_ATOMIC_LONG_LOCK_FREE 2
+#define __CLANG_ATOMIC_POINTER_LOCK_FREE 2
+#define __CLANG_ATOMIC_SHORT_LOCK_FREE 2
+#define __CLANG_ATOMIC_WCHAR_T_LOCK_FREE 2
+#define __CONSTANT_CFSTRINGS__ 1
+#define __DBL_DECIMAL_DIG__ 17
+#define __DBL_DENORM_MIN__ 4.9406564584124654e-324
+#define __DBL_DIG__ 15
+#define __DBL_EPSILON__ 2.2204460492503131e-16
+#define __DBL_HAS_DENORM__ 1
+#define __DBL_HAS_INFINITY__ 1
+#define __DBL_HAS_QUIET_NAN__ 1
+#define __DBL_MANT_DIG__ 53
+#define __DBL_MAX_10_EXP__ 308
+#define __DBL_MAX_EXP__ 1024
+#define __DBL_MAX__ 1.7976931348623157e+308
+#define __DBL_MIN_10_EXP__ (-307)
+#define __DBL_MIN_EXP__ (-1021)
+#define __DBL_MIN__ 2.2250738585072014e-308
+#define __DECIMAL_DIG__ __LDBL_DECIMAL_DIG__
+#define __DEPRECATED 1
+#define __DYNAMIC__ 1
+#define __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 130000
+#define __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ 130000
+#define __EXCEPTIONS 1
+#define __FINITE_MATH_ONLY__ 0
+#define __FLT16_DECIMAL_DIG__ 5
+#define __FLT16_DENORM_MIN__ 5.9604644775390625e-8F16
+#define __FLT16_DIG__ 3
+#define __FLT16_EPSILON__ 9.765625e-4F16
+#define __FLT16_HAS_DENORM__ 1
+#define __FLT16_HAS_INFINITY__ 1
+#define __FLT16_HAS_QUIET_NAN__ 1
+#define __FLT16_MANT_DIG__ 11
+#define __FLT16_MAX_10_EXP__ 4
+#define __FLT16_MAX_EXP__ 16
+#define __FLT16_MAX__ 6.5504e+4F16
+#define __FLT16_MIN_10_EXP__ (-4)
+#define __FLT16_MIN_EXP__ (-13)
+#define __FLT16_MIN__ 6.103515625e-5F16
+#define __FLT_DECIMAL_DIG__ 9
+#define __FLT_DENORM_MIN__ 1.40129846e-45F
+#define __FLT_DIG__ 6
+#define __FLT_EPSILON__ 1.19209290e-7F
+#define __FLT_EVAL_METHOD__ 0
+#define __FLT_HAS_DENORM__ 1
+#define __FLT_HAS_INFINITY__ 1
+#define __FLT_HAS_QUIET_NAN__ 1
+#define __FLT_MANT_DIG__ 24
+#define __FLT_MAX_10_EXP__ 38
+#define __FLT_MAX_EXP__ 128
+#define __FLT_MAX__ 3.40282347e+38F
+#define __FLT_MIN_10_EXP__ (-37)
+#define __FLT_MIN_EXP__ (-125)
+#define __FLT_MIN__ 1.17549435e-38F
+#define __FLT_RADIX__ 2
+#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
+#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
+#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
+#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
+#define __GCC_ATOMIC_INT_LOCK_FREE 2
+#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
+#define __GCC_ATOMIC_LONG_LOCK_FREE 2
+#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
+#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
+#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
+#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
+#define __GCC_HAVE_DWARF2_CFI_ASM 1
+#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
+#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
+#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
+#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
+#define __GLIBCXX_BITSIZE_INT_N_0 128
+#define __GLIBCXX_TYPE_INT_N_0 __int128
+#define __GNUC_GNU_INLINE__ 1
+#define __GNUC_MINOR__ 2
+#define __GNUC_PATCHLEVEL__ 1
+#define __GNUC__ 4
+#define __GNUG__ 4
+#define __GXX_ABI_VERSION 1002
+#define __GXX_RTTI 1
+#define __GXX_WEAK__ 1
+#define __INT16_C_SUFFIX__
+#define __INT16_FMTd__ "hd"
+#define __INT16_FMTi__ "hi"
+#define __INT16_MAX__ 32767
+#define __INT16_TYPE__ short
+#define __INT32_C_SUFFIX__
+#define __INT32_FMTd__ "d"
+#define __INT32_FMTi__ "i"
+#define __INT32_MAX__ 2147483647
+#define __INT32_TYPE__ int
+#define __INT64_C_SUFFIX__ LL
+#define __INT64_FMTd__ "lld"
+#define __INT64_FMTi__ "lli"
+#define __INT64_MAX__ 9223372036854775807LL
+#define __INT64_TYPE__ long long int
+#define __INT8_C_SUFFIX__
+#define __INT8_FMTd__ "hhd"
+#define __INT8_FMTi__ "hhi"
+#define __INT8_MAX__ 127
+#define __INT8_TYPE__ signed char
+#define __INTMAX_C_SUFFIX__ L
+#define __INTMAX_FMTd__ "ld"
+#define __INTMAX_FMTi__ "li"
+#define __INTMAX_MAX__ 9223372036854775807L
+#define __INTMAX_TYPE__ long int
+#define __INTMAX_WIDTH__ 64
+#define __INTPTR_FMTd__ "ld"
+#define __INTPTR_FMTi__ "li"
+#define __INTPTR_MAX__ 9223372036854775807L
+#define __INTPTR_TYPE__ long int
+#define __INTPTR_WIDTH__ 64
+#define __INT_FAST16_FMTd__ "hd"
+#define __INT_FAST16_FMTi__ "hi"
+#define __INT_FAST16_MAX__ 32767
+#define __INT_FAST16_TYPE__ short
+#define __INT_FAST32_FMTd__ "d"
+#define __INT_FAST32_FMTi__ "i"
+#define __INT_FAST32_MAX__ 2147483647
+#define __INT_FAST32_TYPE__ int
+#define __INT_FAST64_FMTd__ "lld"
+#define __INT_FAST64_FMTi__ "lli"
+#define __INT_FAST64_MAX__ 9223372036854775807LL
+#define __INT_FAST64_TYPE__ long long int
+#define __INT_FAST8_FMTd__ "hhd"
+#define __INT_FAST8_FMTi__ "hhi"
+#define __INT_FAST8_MAX__ 127
+#define __INT_FAST8_TYPE__ signed char
+#define __INT_LEAST16_FMTd__ "hd"
+#define __INT_LEAST16_FMTi__ "hi"
+#define __INT_LEAST16_MAX__ 32767
+#define __INT_LEAST16_TYPE__ short
+#define __INT_LEAST32_FMTd__ "d"
+#define __INT_LEAST32_FMTi__ "i"
+#define __INT_LEAST32_MAX__ 2147483647
+#define __INT_LEAST32_TYPE__ int
+#define __INT_LEAST64_FMTd__ "lld"
+#define __INT_LEAST64_FMTi__ "lli"
+#define __INT_LEAST64_MAX__ 9223372036854775807LL
+#define __INT_LEAST64_TYPE__ long long int
+#define __INT_LEAST8_FMTd__ "hhd"
+#define __INT_LEAST8_FMTi__ "hhi"
+#define __INT_LEAST8_MAX__ 127
+#define __INT_LEAST8_TYPE__ signed char
+#define __INT_MAX__ 2147483647
+#define __LDBL_DECIMAL_DIG__ 17
+#define __LDBL_DENORM_MIN__ 4.9406564584124654e-324L
+#define __LDBL_DIG__ 15
+#define __LDBL_EPSILON__ 2.2204460492503131e-16L
+#define __LDBL_HAS_DENORM__ 1
+#define __LDBL_HAS_INFINITY__ 1
+#define __LDBL_HAS_QUIET_NAN__ 1
+#define __LDBL_MANT_DIG__ 53
+#define __LDBL_MAX_10_EXP__ 308
+#define __LDBL_MAX_EXP__ 1024
+#define __LDBL_MAX__ 1.7976931348623157e+308L
+#define __LDBL_MIN_10_EXP__ (-307)
+#define __LDBL_MIN_EXP__ (-1021)
+#define __LDBL_MIN__ 2.2250738585072014e-308L
+#define __LITTLE_ENDIAN__ 1
+#define __LONG_LONG_MAX__ 9223372036854775807LL
+#define __LONG_MAX__ 9223372036854775807L
+#define __LP64__ 1
+#define __MACH__ 1
+#define __NO_INLINE__ 1
+#define __OBJC_BOOL_IS_BOOL 1
+#define __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES 3
+#define __OPENCL_MEMORY_SCOPE_DEVICE 2
+#define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
+#define __OPENCL_MEMORY_SCOPE_WORK_GROUP 1
+#define __OPENCL_MEMORY_SCOPE_WORK_ITEM 0
+#define __ORDER_BIG_ENDIAN__ 4321
+#define __ORDER_LITTLE_ENDIAN__ 1234
+#define __ORDER_PDP_ENDIAN__ 3412
+#define __PIC__ 2
+#define __POINTER_WIDTH__ 64
+#define __PRAGMA_REDEFINE_EXTNAME 1
+#define __PTRDIFF_FMTd__ "ld"
+#define __PTRDIFF_FMTi__ "li"
+#define __PTRDIFF_MAX__ 9223372036854775807L
+#define __PTRDIFF_TYPE__ long int
+#define __PTRDIFF_WIDTH__ 64
+#define __REGISTER_PREFIX__
+#define __SCHAR_MAX__ 127
+#define __SHRT_MAX__ 32767
+#define __SIG_ATOMIC_MAX__ 2147483647
+#define __SIG_ATOMIC_WIDTH__ 32
+#define __SIZEOF_DOUBLE__ 8
+#define __SIZEOF_FLOAT__ 4
+#define __SIZEOF_INT128__ 16
+#define __SIZEOF_INT__ 4
+#define __SIZEOF_LONG_DOUBLE__ 8
+#define __SIZEOF_LONG_LONG__ 8
+#define __SIZEOF_LONG__ 8
+#define __SIZEOF_POINTER__ 8
+#define __SIZEOF_PTRDIFF_T__ 8
+#define __SIZEOF_SHORT__ 2
+#define __SIZEOF_SIZE_T__ 8
+#define __SIZEOF_WCHAR_T__ 4
+#define __SIZEOF_WINT_T__ 4
+#define __SIZE_FMTX__ "lX"
+#define __SIZE_FMTo__ "lo"
+#define __SIZE_FMTu__ "lu"
+#define __SIZE_FMTx__ "lx"
+#define __SIZE_MAX__ 18446744073709551615UL
+#define __SIZE_TYPE__ long unsigned int
+#define __SIZE_WIDTH__ 64
+#define __SSP__ 1
+#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16UL
+#define __STDCPP_THREADS__ 1
+#define __STDC_HOSTED__ 1
+#define __STDC_NO_THREADS__ 1
+#define __STDC_UTF_16__ 1
+#define __STDC_UTF_32__ 1
+#define __STDC__ 1
+#define __UINT16_C_SUFFIX__
+#define __UINT16_FMTX__ "hX"
+#define __UINT16_FMTo__ "ho"
+#define __UINT16_FMTu__ "hu"
+#define __UINT16_FMTx__ "hx"
+#define __UINT16_MAX__ 65535
+#define __UINT16_TYPE__ unsigned short
+#define __UINT32_C_SUFFIX__ U
+#define __UINT32_FMTX__ "X"
+#define __UINT32_FMTo__ "o"
+#define __UINT32_FMTu__ "u"
+#define __UINT32_FMTx__ "x"
+#define __UINT32_MAX__ 4294967295U
+#define __UINT32_TYPE__ unsigned int
+#define __UINT64_C_SUFFIX__ ULL
+#define __UINT64_FMTX__ "llX"
+#define __UINT64_FMTo__ "llo"
+#define __UINT64_FMTu__ "llu"
+#define __UINT64_FMTx__ "llx"
+#define __UINT64_MAX__ 18446744073709551615ULL
+#define __UINT64_TYPE__ long long unsigned int
+#define __UINT8_C_SUFFIX__
+#define __UINT8_FMTX__ "hhX"
+#define __UINT8_FMTo__ "hho"
+#define __UINT8_FMTu__ "hhu"
+#define __UINT8_FMTx__ "hhx"
+#define __UINT8_MAX__ 255
+#define __UINT8_TYPE__ unsigned char
+#define __UINTMAX_C_SUFFIX__ UL
+#define __UINTMAX_FMTX__ "lX"
+#define __UINTMAX_FMTo__ "lo"
+#define __UINTMAX_FMTu__ "lu"
+#define __UINTMAX_FMTx__ "lx"
+#define __UINTMAX_MAX__ 18446744073709551615UL
+#define __UINTMAX_TYPE__ long unsigned int
+#define __UINTMAX_WIDTH__ 64
+#define __UINTPTR_FMTX__ "lX"
+#define __UINTPTR_FMTo__ "lo"
+#define __UINTPTR_FMTu__ "lu"
+#define __UINTPTR_FMTx__ "lx"
+#define __UINTPTR_MAX__ 18446744073709551615UL
+#define __UINTPTR_TYPE__ long unsigned int
+#define __UINTPTR_WIDTH__ 64
+#define __UINT_FAST16_FMTX__ "hX"
+#define __UINT_FAST16_FMTo__ "ho"
+#define __UINT_FAST16_FMTu__ "hu"
+#define __UINT_FAST16_FMTx__ "hx"
+#define __UINT_FAST16_MAX__ 65535
+#define __UINT_FAST16_TYPE__ unsigned short
+#define __UINT_FAST32_FMTX__ "X"
+#define __UINT_FAST32_FMTo__ "o"
+#define __UINT_FAST32_FMTu__ "u"
+#define __UINT_FAST32_FMTx__ "x"
+#define __UINT_FAST32_MAX__ 4294967295U
+#define __UINT_FAST32_TYPE__ unsigned int
+#define __UINT_FAST64_FMTX__ "llX"
+#define __UINT_FAST64_FMTo__ "llo"
+#define __UINT_FAST64_FMTu__ "llu"
+#define __UINT_FAST64_FMTx__ "llx"
+#define __UINT_FAST64_MAX__ 18446744073709551615ULL
+#define __UINT_FAST64_TYPE__ long long unsigned int
+#define __UINT_FAST8_FMTX__ "hhX"
+#define __UINT_FAST8_FMTo__ "hho"
+#define __UINT_FAST8_FMTu__ "hhu"
+#define __UINT_FAST8_FMTx__ "hhx"
+#define __UINT_FAST8_MAX__ 255
+#define __UINT_FAST8_TYPE__ unsigned char
+#define __UINT_LEAST16_FMTX__ "hX"
+#define __UINT_LEAST16_FMTo__ "ho"
+#define __UINT_LEAST16_FMTu__ "hu"
+#define __UINT_LEAST16_FMTx__ "hx"
+#define __UINT_LEAST16_MAX__ 65535
+#define __UINT_LEAST16_TYPE__ unsigned short
+#define __UINT_LEAST32_FMTX__ "X"
+#define __UINT_LEAST32_FMTo__ "o"
+#define __UINT_LEAST32_FMTu__ "u"
+#define __UINT_LEAST32_FMTx__ "x"
+#define __UINT_LEAST32_MAX__ 4294967295U
+#define __UINT_LEAST32_TYPE__ unsigned int
+#define __UINT_LEAST64_FMTX__ "llX"
+#define __UINT_LEAST64_FMTo__ "llo"
+#define __UINT_LEAST64_FMTu__ "llu"
+#define __UINT_LEAST64_FMTx__ "llx"
+#define __UINT_LEAST64_MAX__ 18446744073709551615ULL
+#define __UINT_LEAST64_TYPE__ long long unsigned int
+#define __UINT_LEAST8_FMTX__ "hhX"
+#define __UINT_LEAST8_FMTo__ "hho"
+#define __UINT_LEAST8_FMTu__ "hhu"
+#define __UINT_LEAST8_FMTx__ "hhx"
+#define __UINT_LEAST8_MAX__ 255
+#define __UINT_LEAST8_TYPE__ unsigned char
+#define __USER_LABEL_PREFIX__ _
+#define __VERSION__ "Apple LLVM 14.0.0 (clang-1400.0.29.202)"
+#define __WCHAR_MAX__ 2147483647
+#define __WCHAR_TYPE__ int
+#define __WCHAR_WIDTH__ 32
+#define __WINT_MAX__ 2147483647
+#define __WINT_TYPE__ int
+#define __WINT_WIDTH__ 32
+#define __aarch64__ 1
+#define __apple_build_version__ 14000029
+#define __arm64 1
+#define __arm64__ 1
+#define __block __attribute__((__blocks__(byref)))
+#define __clang__ 1
+#define __clang_literal_encoding__ "UTF-8"
+#define __clang_major__ 14
+#define __clang_minor__ 0
+#define __clang_patchlevel__ 0
+#define __clang_version__ "14.0.0 (clang-1400.0.29.202)"
+#define __clang_wide_literal_encoding__ "UTF-32"
+#define __cplusplus 199711L
+#define __cpp_exceptions 199711L
+#define __cpp_impl_destroying_delete 201806L
+#define __cpp_rtti 199711L
+#define __cpp_threadsafe_static_init 200806L
+#define __llvm__ 1
+#define __nonnull _Nonnull
+#define __null_unspecified _Null_unspecified
+#define __nullable _Nullable
+#define __pic__ 2
+#define __private_extern__ extern
+#define __strong
+#define __unsafe_unretained
+#define __weak __attribute__((objc_gc(weak)))
diff --git a/cmake-build-release/projects_ray_autogen/mocs_compilation.cpp b/cmake-build-release/projects_ray_autogen/mocs_compilation.cpp
new file mode 100644
index 0000000..44ad279
--- /dev/null
+++ b/cmake-build-release/projects_ray_autogen/mocs_compilation.cpp
@@ -0,0 +1,4 @@
+// This file is autogenerated. Changes will be overwritten.
+#include "UVLADIE3JM/moc_mainwindow.cpp"
+#include "SKZFJBACJG/moc_raytracer.cpp"
+#include "OWQMYEJWPR/moc_aspectratiowidget.cpp"
diff --git a/cmake-build-release/projects_ray_autogen/timestamp b/cmake-build-release/projects_ray_autogen/timestamp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/cmake-build-release/projects_ray_autogen/timestamp
diff --git a/scenefiles-4d/unit_sphere.json b/scenefiles-4d/unit_sphere.json
index 500b8fc..f4a7546 100644
--- a/scenefiles-4d/unit_sphere.json
+++ b/scenefiles-4d/unit_sphere.json
@@ -13,7 +13,7 @@
"heightAngle": 30.0,
"depthAngle": 30.0,
"focus": [0.0, 0.0, 0.0, 0.0],
- "over": [0.0, 1.0, 0.0, 0.0]
+ "over": [0.0, 0.0, 0.0, 1.0]
},
"groups": [
{
diff --git a/src/accelerate/myqtconcurrent.cpp b/src/accelerate/myqtconcurrent.cpp
index 9f51cdd..259fba3 100644
--- a/src/accelerate/myqtconcurrent.cpp
+++ b/src/accelerate/myqtconcurrent.cpp
@@ -51,7 +51,7 @@ void RayTracer::renderParallel(RGBA *imageData, const RayTraceScene &scene)
float z = (imageDepth - scene.width()/2.f) * viewplaneDepth / scene.width();
glm::vec4 pWorld = Vec4Ops::transformPoint4(glm::vec4(0.f), camera.getViewMatrix(), camera.getTranslationVector());
- glm::vec4 dWorld = Vec4Ops::inverseTransformDir4(glm::vec4(x, y, z, -1.0), camera.getViewMatrix());
+ glm::vec4 dWorld = Vec4Ops::transformDir4(glm::vec4(x, y, z, -1.0), camera.getViewMatrix());
// get the pixel color
glm::vec4 pixelColor = getPixelFromRay(pWorld, dWorld, scene, 0);
diff --git a/src/raytracer/raytracer.cpp b/src/raytracer/raytracer.cpp
index 11876ab..6585e47 100644
--- a/src/raytracer/raytracer.cpp
+++ b/src/raytracer/raytracer.cpp
@@ -86,9 +86,10 @@ glm::vec4 RayTracer::getPixelFromRay(
float minDist = FINF;
// shoot a ray at each shape
for (const RenderShapeData &shape : scene.getShapes()) {
- glm::vec4 pObject = Vec4Ops::inverseTransformPoint4(pWorld, shape.inverseCTM, shape.translation4d);
- glm::vec4 dObject = glm::normalize(Vec4Ops::transformDir4(dWorld, shape.inverseCTM));
- std::cout << "pObject: " << pObject.w << std::endl;
+ glm::vec4 pObject = Vec4Ops::inverseTransformPoint4(pWorld, shape.inverseCTM, shape.inverseTranslation4d);
+ glm::vec4 dObject = glm::normalize(Vec4Ops::inverseTransformDir4(dWorld, shape.inverseCTM));
+// std::cout << "pObject: " << pObject.x << ", " << pObject.y << ", " << pObject.z << ", " << pObject.w << std::endl;
+// std::cout << "dObject: " << dObject.x << ", " << dObject.y << ", " << dObject.z << ", " << dObject.w << std::endl;
bool isHit = false;
glm::vec4 newIntersectionObj = findIntersection(pObject, dObject, shape, isHit);
if (!isHit) // no hit
diff --git a/src/vec4ops/transform4d.cpp b/src/vec4ops/transform4d.cpp
index 66ca8e3..48957f4 100644
--- a/src/vec4ops/transform4d.cpp
+++ b/src/vec4ops/transform4d.cpp
@@ -13,7 +13,7 @@ glm::vec4 Vec4Ops::transformPoint4(glm::vec4 point4, glm::mat4 transformDirecti
glm::vec4 Vec4Ops::inverseTransformPoint4(glm::vec4 point4, glm::mat4 inverseTransformDirectionMatrix, glm::vec4 inverseTranslationPointVector) {
// do the direction then translation
point4 += inverseTranslationPointVector;
- point4 = inverseTranslationPointVector * point4;
+ point4 = inverseTransformDirectionMatrix * point4;
return point4;
}
diff --git a/src/vec4ops/vec4ops.cpp b/src/vec4ops/vec4ops.cpp
index 9bd29e8..cf0900a 100644
--- a/src/vec4ops/vec4ops.cpp
+++ b/src/vec4ops/vec4ops.cpp
@@ -23,7 +23,6 @@ glm::vec4 Vec4Ops::cross4(
result[1] = -(u[0] * f) + (u[2] * c) - (u[3] * b);
result[2] = (u[0] * e) - (u[1] * c) + (u[3] * a);
result[3] = -(u[0] * d) + (u[1] * b) - (u[2] * a);
-
return result;
}
@@ -34,23 +33,23 @@ glm::vec4 Vec4Ops::dot4(
}
glm::mat4 Vec4Ops::getViewMatrix4(
- glm::vec4 upVector,
glm::vec4 lookVector,
+ glm::vec4 upVector,
glm::vec4 overVector) {
// start with the e3 basis vector, the normalized look vector
- glm::vec4 e3 = glm::normalize(lookVector);
+ glm::vec4 e3 = glm::normalize(-lookVector);
// calculate e0 basis vector, from the combinatory cross of up and over with e3
glm::vec4 e0 = cross4(upVector, overVector, e3);
e0 = glm::normalize(e0);
- if (glm::distance(e0, glm::vec4{0, 0, 0, 0}) < 0.0001f) {
+ if (glm::isnan(e0[0]) || glm::isnan(e0[1]) || glm::isnan(e0[2]) || glm::isnan(e0[3])) {
throw std::runtime_error("invalid up vector");
}
// calculate e1 basis vector, from the cross of only the over vector
glm::vec4 e1 = cross4(overVector, e3, e0);
e1 = glm::normalize(e1);
- if (glm::distance(e1, glm::vec4{0, 0, 0, 0}) < 0.0001f) {
+ if (glm::isnan(e1[0]) || glm::isnan(e1[1]) || glm::isnan(e1[2]) || glm::isnan(e1[3])) {
throw std::runtime_error("invalid over vector");
}