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 33981ff commit 055752bCopy full SHA for 055752b
vendor/discord-rpc/premake5.lua
@@ -3,6 +3,8 @@ project "discord-rpc"
3
language "C++"
4
kind "StaticLib"
5
6
+ cppdialect "C++20"
7
+
8
includedirs {
9
"discord/include",
10
"discord/thirdparty/rapidjson/include"
vendor/tinygettext/premake5.lua
@@ -3,6 +3,8 @@ project "tinygettext"
targetname "tinygettext"
"../../Shared/sdk",
".",
0 commit comments