initial commit
This commit is contained in:
9
xmake.lua
Normal file
9
xmake.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user