summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-01-16 16:43:17 +0100
committerMichael Lutz <michi@icosahedron.de>2021-02-22 22:16:07 +0100
commit9a069faa0135b02f3ea8601594e174ada73fcd74 (patch)
treecc700f120b89b9ae1b1bc05434826a8eb6f48848 /cmake
parenta990c497b5dfbb51f8196a874eb4cb29b4933328 (diff)
downloadopenttd-9a069faa0135b02f3ea8601594e174ada73fcd74.tar.xz
Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible.
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 df576a98a..e8026eee3 100644
--- a/cmake/MSVCFilters.cmake
+++ b/cmake/MSVCFilters.cmake
@@ -16,6 +16,7 @@ source_group("Sprite loaders" REGULAR_EXPRESSION "src/spriteloader/")
source_group("Squirrel" REGULAR_EXPRESSION "src/3rdparty/squirrel/squirrel/")
source_group("Tables" REGULAR_EXPRESSION "src/table/")
source_group("Video" REGULAR_EXPRESSION "src/video/")
+source_group("Video/GL" REGULAR_EXPRESSION "src/3rdparty/opengl/")
source_group("Widgets" REGULAR_EXPRESSION "src/widgets/")
source_group("Windows files" REGULAR_EXPRESSION "src/os/windows/|\.rc$")