diff options
author | Brad King <brad.king@kitware.com> | 2022-07-25 18:04:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-07-25 18:04:43 (GMT) |
commit | db66c384fc3de5fb5d9fd8d9ccdb43f663499fc3 (patch) | |
tree | 4a165ecee2bebd5ef4add72aac4c753d1005025f /Modules/FindVulkan.cmake | |
parent | 66077528f944b1753715defd443f77e614874eb6 (diff) | |
download | CMake-db66c384fc3de5fb5d9fd8d9ccdb43f663499fc3.zip CMake-db66c384fc3de5fb5d9fd8d9ccdb43f663499fc3.tar.gz CMake-db66c384fc3de5fb5d9fd8d9ccdb43f663499fc3.tar.bz2 |
FindVulkan: Format component documentation as definition list
Diffstat (limited to 'Modules/FindVulkan.cmake')
-rw-r--r-- | Modules/FindVulkan.cmake | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/Modules/FindVulkan.cmake b/Modules/FindVulkan.cmake index 8b322ed..96ecb80 100644 --- a/Modules/FindVulkan.cmake +++ b/Modules/FindVulkan.cmake @@ -15,10 +15,26 @@ Optional COMPONENTS .. versionadded:: 3.24 -This module respects several optional COMPONENTS: ``glslc``, -``glslangValidator``, ``glslang``, ``shaderc_combined`` and ``SPIRV-Tools``. -On macOS, an additional component ``MoltenVK`` is available. -There are corresponding import targets for each of these flags. +This module respects several optional COMPONENTS. +There are corresponding imported targets for each of these. + +``glslc`` + The SPIR-V compiler. + +``glslangValidator`` + The ``glslangValidator`` tool. + +``glslang`` + The SPIR-V generator library. + +``shaderc_combined`` + The static library for Vulkan shader compilation. + +``SPIRV-Tools`` + Tools to process SPIR-V modules. + +``MoltenVK`` + On macOS, an additional component ``MoltenVK`` is available. IMPORTED Targets ^^^^^^^^^^^^^^^^ |