Skip to content

Commit

Permalink
[Docs] update Config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Dec 4, 2024
1 parent 0e372b5 commit 5379794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Causes py-build-cmake to cross-compile the project. See https://tttapa.github.io
| `library` | Python library file (.so on Linux, .lib on Windows). Used to set the `Python3_LIBRARY` CMake artifact, see https://cmake.org/cmake/help/latest/module/FindPython3.html#artifacts-specification.<br/>Absolute or relative to current configuration file. | filepath | `none` |
| `include_dir` | Python include directory (containing Python.h). Used to set the `Python3_INCLUDE_DIR` CMake artifact, see https://cmake.org/cmake/help/latest/module/FindPython3.html#artifacts-specification.<br/>Absolute or relative to current configuration file. | path | `none` |
| `toolchain_file` | CMake toolchain file to use. See https://cmake.org/cmake/help/book/mastering-cmake/chapter/Cross%20Compiling%20With%20CMake.html for more information.<br/>Absolute or relative to current configuration file. | filepath | `none` |
| `generator_platform` | The value for CMAKE\_GENERATOR\_PLATFORM. Only applies to the Visual Studio generator on Windows. See https://cmake.org/cmake/help/latest/variable/CMAKE\_GENERATOR\_PLATFORM.html for details.<br/>For example: `generator_platform = 'ARM64'` | string | `none` |
| `editable` | Override editable options when cross-compiling.<br/>Inherits from: `/pyproject.toml/tool/py-build-cmake/editable` | | `none` |
| `sdist` | Override sdist options when cross-compiling.<br/>Inherits from: `/pyproject.toml/tool/py-build-cmake/sdist` | | `none` |
| `cmake` | Override CMake options when cross-compiling.<br/>Inherits from: `/pyproject.toml/tool/py-build-cmake/cmake` | | `none` |
Expand Down

0 comments on commit 5379794

Please sign in to comment.