Skip to content

Commit 33981ff

Browse files
author
G_Moris
committed
Update CEGUI (Full)
1 parent 01f3de7 commit 33981ff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vendor/cegui-0.4.0-custom/WidgetSets/Falagard/premake5.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ project "Falagard"
22
language "C++"
33
kind "StaticLib"
44
targetname "Falagard"
5+
6+
cppdialect "C++20"
57

68
pchheader "StdInc.h"
79
pchsource "src/StdInc.cpp"

vendor/cegui-0.4.0-custom/src/renderers/directx9GUIRenderer/premake5.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ project "DirectX9GUIRenderer"
33
kind "StaticLib"
44
targetname "DirectX9GUIRenderer"
55

6+
cppdialect "C++20"
7+
68
defines { "_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING" }
79

810
includedirs {

0 commit comments

Comments
 (0)