xmake.lua 90 B

1234
  1. target("lib")
  2. set_kind("static")
  3. add_files("main.cpp")
  4. add_defines("NS2_LIB")