summaryrefslogtreecommitdiff
path: root/tests/projects/python/cython/example/xmake.lua
blob: f7461dbc25acf6d1fd68d17c67a75468f0562fb5 (plain)
1
2
3
4
5
6
7
add_rules("mode.debug", "mode.release")
add_requires("python 3.x")

target("example")
    add_rules("python.cython")
    add_files("src/*.py")
    add_packages("python")