Add documentation for PYTHON_INCLUDE_DIR, PYTHON_LIBRARY and CMAKE_OSX_ARCHITECTURES.
This commit is contained in:
parent
dc9b3f4441
commit
4a05abccb2
1 changed files with 14 additions and 0 deletions
|
|
@ -72,6 +72,20 @@ Compile Flags
|
||||||
* - -DKOMPUTE_DISABLE_SHADER_UTILS
|
* - -DKOMPUTE_DISABLE_SHADER_UTILS
|
||||||
- Disable the shader utils and skip adding glslang as dependency
|
- 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
|
Dependencies
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue