abouttreesummaryrefslogcommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorPatrick Schönberger2021-07-29 09:58:14 +0200
committerPatrick Schönberger2021-07-29 09:58:14 +0200
commitb64d16088b29615d222d33450cf0315467400e59 (patch)
tree7fe3a5bdbe33fe286ad25282ce955bd906097755 /xmake.lua
parent45409c781a9e35df68c43b1e2f028d30bf90c0a0 (diff)
downloadtoc-b64d16088b29615d222d33450cf0315467400e59.tar.gz
toc-b64d16088b29615d222d33450cf0315467400e59.zip
toc now uses internal representation instead of ast
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index ed0f9e5..658a3d5 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")
+
+
+-- "C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe" -jar antlr-4.9.2-complete.jar -Dlanguage=Cpp -o gen Toc.g4
--
-- If you want to known more usage about xmake, please see https://xmake.io