update to c++20

This commit is contained in:
2025-08-22 11:39:16 +02:00
parent 4fe2e25029
commit 20acbc0499
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ add_repositories("persson-repo https://git.ale-pri.com/Persson-dev/xmake-repo.gi
add_requires("imgui 1.92.0", {configs = {sdl3 = true, opengl3 = true}})
add_requires("libsdl3 3.2.16", "splib 2.3.2", "zlib", "glew", "fpm", "enet6")
set_languages("c++17")
set_languages("c++20")
set_warnings("all")