xmake.lua 169 B

1234567
  1. add_rules("mode.debug", "mode.release")
  2. add_requires("python 3.x")
  3. target("example")
  4. add_rules("python.module")
  5. add_files("src/*.c")
  6. add_packages("python")