Files
Pybind-Xmake/xmake.lua
Persson-dev 9a19f94db5
Some checks failed
Linux arm64 / Build (push) Failing after 1m57s
f
2025-12-07 15:32:41 +01:00

11 lines
280 B
Lua

add_rules("mode.release", "mode.debug")
add_requires("python 3.12.3", "pybind11")
target("example")
set_prefixdir("$(prefixdir)/$(pythondir)", { libdir = "" })
add_rules("python.module")
add_files("src/*.cpp")
add_packages("pybind11")
set_languages("c++11")