force c++ version

This commit is contained in:
2024-02-08 21:57:34 +01:00
parent 0ed89e2827
commit a5a14a9763

View File

@@ -4,6 +4,7 @@ target("Pivot")
set_kind("binary") set_kind("binary")
add_files("src/*.cpp") add_files("src/*.cpp")
set_rundir("$(projectdir)/matricies") set_rundir("$(projectdir)/matricies")
set_languages("c++17")
-- --
-- If you want to known more usage about xmake, please see https://xmake.io -- If you want to known more usage about xmake, please see https://xmake.io