diff options
Diffstat (limited to 'tests/projects/pybind/example_with_soabi/xmake.lua')
| -rw-r--r-- | tests/projects/pybind/example_with_soabi/xmake.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/projects/pybind/example_with_soabi/xmake.lua b/tests/projects/pybind/example_with_soabi/xmake.lua deleted file mode 100644 index 12d8ad334..000000000 --- a/tests/projects/pybind/example_with_soabi/xmake.lua +++ /dev/null @@ -1,8 +0,0 @@ -add_rules("mode.release", "mode.debug") -add_requires("pybind11") - -target("example") - add_rules("python.library", {soabi = true}) - add_files("src/*.cpp") - add_packages("pybind11") - set_languages("c++11") |
