X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/45409c781a9e35df68c43b1e2f028d30bf90c0a0..HEAD:/xmake.lua diff --git a/xmake.lua b/xmake.lua index ed0f9e5..0aee39d 100644 --- a/xmake.lua +++ b/xmake.lua @@ -12,6 +12,10 @@ target("main") "gen", "antlr4-cpp-runtime-4.9.2-source/install/include/antlr4-runtime/" ) + set_languages("c++20") + + +-- java -jar antlr-4.9.2-complete.jar -Dlanguage=Cpp -no-listener -o gen Toc.g4 -- -- If you want to known more usage about xmake, please see https://xmake.io