We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6383ddf commit 30c42e7Copy full SHA for 30c42e7
vendor/cegui-0.4.0-custom/premake5.lua
@@ -3,6 +3,8 @@ project "CEGUI"
3
kind "StaticLib"
4
targetname "CEGUI"
5
6
+ cppdialect "C++20"
7
+
8
pchheader "StdInc.h"
9
pchsource "src/StdInc.cpp"
10
0 commit comments