Changeset - r24560:182d05ba8cfa
[Not reviewed]
master
0 1 0
Michael Lutz - 3 years ago 2020-12-29 23:30:16
michi@icosahedron.de
Codechange: [OSX] CMake source group for OSX files.

This separates the OSX specific files into a proper folder when generating
Xcode project files.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
cmake/MSVCFilters.cmake
Show inline comments
 
@@ -5,12 +5,13 @@ source_group("Blitters" REGULAR_EXPRESSI
 
source_group("Core Source Code" REGULAR_EXPRESSION "src/core/")
 
source_group("Game Core" REGULAR_EXPRESSION "src/game/")
 
source_group("MD5" REGULAR_EXPRESSION "src/3rdparty/md5/")
 
source_group("Misc" REGULAR_EXPRESSION "src/misc/")
 
source_group("Music" REGULAR_EXPRESSION "src/music/")
 
source_group("Network Core" REGULAR_EXPRESSION "src/network/core/")
 
source_group("OSX" REGULAR_EXPRESSION "src/os/macosx/")
 
source_group("Pathfinder" REGULAR_EXPRESSION "src/pathfinder/")
 
source_group("Save/Load handlers" REGULAR_EXPRESSION "src/saveload/")
 
source_group("Sound" REGULAR_EXPRESSION "src/sound/")
 
source_group("Sprite loaders" REGULAR_EXPRESSION "src/spriteloader/")
 
source_group("Squirrel" REGULAR_EXPRESSION "src/3rdparty/squirrel/squirrel/")
 
source_group("Tables" REGULAR_EXPRESSION "src/table/")
0 comments (0 inline, 0 general)