xmake.lua 171 B

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