From 4a05abccb23d289e59ff116f5bab5fab59f1bab4 Mon Sep 17 00:00:00 2001 From: Darius Tan Date: Sun, 30 May 2021 20:51:38 +1200 Subject: [PATCH] Add documentation for PYTHON_INCLUDE_DIR, PYTHON_LIBRARY and CMAKE_OSX_ARCHITECTURES. --- docs/overview/build-system.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/overview/build-system.rst b/docs/overview/build-system.rst index aa4f01f2d..55b7a19d0 100644 --- a/docs/overview/build-system.rst +++ b/docs/overview/build-system.rst @@ -72,6 +72,20 @@ Compile Flags * - -DKOMPUTE_DISABLE_SHADER_UTILS - Disable the shader utils and skip adding glslang as dependency +Other CMake Flags +~~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - Flag + - Description + * - -DPYTHON_INCLUDE_DIR + - Path to where Python.h is found, used for specifying installation of Python (see `this PR `_) + * - -DPYTHON_LIBRARY + - Path to the Python library, used for specifying installation of Python (see `this PR `_) + * - -DCMAKE_OSX_ARCHITECTURES + - Specifies the target architecture for Apple platforms (see `this issue `_) Dependencies ^^^^^^^^^^^^