xmake.lua 109 B

12345
  1. add_rules("mode.debug", "mode.release")
  2. target("test")
  3. set_kind("binary")
  4. add_files("src/main.nim")