@@ -7,9 +7,10 @@ target("sql-parser")
add_packages("cjson")
add_rules("lex", "yacc")
+ add_rules("c++")
add_files("src/*.l", "src/*.y")
- add_ldflags("-L/home/myuan/.xmake/packages/c/cjson/1.7.15/385bd0d4d94d4d20b56a4adc35851b4c/lib/ -lcjson")
+
--
-- If you want to known more usage about xmake, please see https://xmake.io