From 5379794cbc341e03483d3e5077b3d65e8165f7ce Mon Sep 17 00:00:00 2001 From: Pieter Pas Date: Wed, 4 Dec 2024 14:06:48 +0100 Subject: [PATCH] [Docs] update Config.md --- docs/Config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Config.md b/docs/Config.md index feb544c..2a65b69 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -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.
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.
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.
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.
For example: `generator_platform = 'ARM64'` | string | `none` | | `editable` | Override editable options when cross-compiling.
Inherits from: `/pyproject.toml/tool/py-build-cmake/editable` | | `none` | | `sdist` | Override sdist options when cross-compiling.
Inherits from: `/pyproject.toml/tool/py-build-cmake/sdist` | | `none` | | `cmake` | Override CMake options when cross-compiling.
Inherits from: `/pyproject.toml/tool/py-build-cmake/cmake` | | `none` |