From f4d78df0c9dc2f93da9973a43db66d7d1efc9a94 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Tue, 3 Sep 2024 02:58:25 +1000 Subject: [PATCH] noise project folder --- Sources/Voxelotl/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/Voxelotl/CMakeLists.txt b/Sources/Voxelotl/CMakeLists.txt index ce34c28..d2ffd3d 100644 --- a/Sources/Voxelotl/CMakeLists.txt +++ b/Sources/Voxelotl/CMakeLists.txt @@ -103,9 +103,10 @@ set_source_files_properties(test.png PROPERTIES MACOSX_PACKAGE_LOCATION Resource #TODO: should use TREE mode as documented in https://cmake.org/cmake/help/latest/command/source_group.html source_group("Resources" FILES Assets.xcassets test.png) -source_group("Source Files\\Common" REGULAR_EXPRESSION "Common/") source_group("Source Files" REGULAR_EXPRESSION "\\.(swift|metal)$") +source_group("Source Files\\Common" REGULAR_EXPRESSION "Common/") source_group("Source Files\\Random" REGULAR_EXPRESSION "Random/") +source_group("Source Files\\Noise" REGULAR_EXPRESSION "Noise/") source_group("Source Files\\Math" REGULAR_EXPRESSION "Math/") source_group("Source Files\\Input" REGULAR_EXPRESSION "Input/") source_group("Source Files\\Renderer" REGULAR_EXPRESSION "Renderer/")