1 2 3 4 5
target('zenstore') set_kind("static") add_files("**.cpp") add_includedirs("include", {public=true}) add_deps("zencore")