Add documentation for PYTHON_INCLUDE_DIR, PYTHON_LIBRARY and CMAKE_OSX_ARCHITECTURES.

This commit is contained in:
Darius Tan 2021-05-30 20:51:38 +12:00
parent dc9b3f4441
commit 4a05abccb2

View file

@ -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 <https://github.com/EthicalML/vulkan-kompute/pull/222>`_)
* - -DPYTHON_LIBRARY
- Path to the Python library, used for specifying installation of Python (see `this PR <https://github.com/EthicalML/vulkan-kompute/pull/222>`_)
* - -DCMAKE_OSX_ARCHITECTURES
- Specifies the target architecture for Apple platforms (see `this issue <https://github.com/EthicalML/vulkan-kompute/issues/223>`_)
Dependencies
^^^^^^^^^^^^