xmake.lua 113 B

12345
  1. target("luatos_lua")
  2. set_kind("static")
  3. add_includedirs("include")
  4. add_files("src/*.c")
  5. target_end()