13 lines
313 B
TOML
13 lines
313 B
TOML
[build-system]
|
|
requires = ["xmake-python >= 0.1.7"]
|
|
build-backend = "xmake_python"
|
|
|
|
[project]
|
|
name = 'example'
|
|
version = '0.0.1'
|
|
description = 'example for pybind11'
|
|
readme = 'README.md'
|
|
|
|
[tool.xmake.xmaker]
|
|
# https://github.com/xmake-io/xmake/issues/4537
|
|
command = "--policies=package.include_external_headers:n" |