mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-02 21:00:57 +00:00
noise project folder
This commit is contained in:
parent
c24e6245fe
commit
f4d78df0c9
@ -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/")
|
||||
|
Loading…
Reference in New Issue
Block a user