Switch PR & remove X11 part from CMakeLists

This commit is contained in:
erorcun 2021-08-14 18:09:07 +03:00
commit 4a5f7464c1
33 changed files with 476 additions and 19 deletions

View file

@ -2,8 +2,13 @@
"C_Cpp.default.cStandard": "gnu11",
"C_Cpp.default.cppStandard": "gnu++14",
"C_Cpp.default.includePath": [
"src",
"src/animation",
"src/audio",
"src/audio/eax",
"src/audio/oal",
"src/buildings",
"src/collision",
"src/control",
"src/core",
"src/entities",
@ -16,6 +21,7 @@
"src/renderer",
"src/rw",
"src/save",
"src/save/glfw",
"src/skel",
"src/text",
"src/vehicles",