summaryrefslogtreecommitdiff
path: root/tests/projects/python/pybind/example_with_soabi/xmake.lua
blob: 93c200c57c981c34ecaf135dd8cd7e96ec629b1a (plain)
1
2
3
4
5
6
7
8
add_rules("mode.release", "mode.debug")
add_requires("pybind11")

target("example")
    add_rules("python.module")
    add_files("src/*.cpp")
    add_packages("pybind11")
    set_languages("c++11")