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
 
@@ -8,6 +8,7 @@ source_group("MD5" REGULAR_EXPRESSION "s
 
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/")
0 comments (0 inline, 0 general)