summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2020-12-30 00:30:16 +0100
committerMichael Lutz <michi@icosahedron.de>2021-01-03 13:25:32 +0100
commit21a45168bda49331a74d4dfc3147757afcd20b13 (patch)
tree3412231f1de74477fd9dffe801d85e412518ad83 /cmake
parent6ad5489d015fd95af470ebbf4af09ae7512fe9a1 (diff)
downloadopenttd-21a45168bda49331a74d4dfc3147757afcd20b13.tar.xz
Codechange: [OSX] CMake source group for OSX files.
This separates the OSX specific files into a proper folder when generating Xcode project files.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/MSVCFilters.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/MSVCFilters.cmake b/cmake/MSVCFilters.cmake
index 14c7b2c35..df576a98a 100644
--- a/cmake/MSVCFilters.cmake
+++ b/cmake/MSVCFilters.cmake
@@ -8,6 +8,7 @@ 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/")