diff options
| author | Charles Giessen <charles@lunarg.com> | 2023-06-22 12:34:55 -0600 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2023-06-22 13:37:21 -0600 |
| commit | d38513edda0fc4eb5ffe144bad7246b7f26448f4 (patch) | |
| tree | e55a91579b8ab493624c982f19cadb0150e5dab2 | |
| parent | 8cf2cdd2c9d53cb26a4e32b7e677bf7e37900cfc (diff) | |
| download | usermoji-d38513edda0fc4eb5ffe144bad7246b7f26448f4.tar.xz | |
icd: Document parametization for VulkanSC
| -rw-r--r-- | icd/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icd/CMakeLists.txt b/icd/CMakeLists.txt index d047348e..374819e6 100644 --- a/icd/CMakeLists.txt +++ b/icd/CMakeLists.txt @@ -16,6 +16,8 @@ # limitations under the License. # ~~~ +# These variables enable downstream users to customize the CMake targets +# based on the target API variant (e.g. Vulkan SC) set(MOCK_ICD_NAME VkICD_mock_icd) set(GENERATED generated) |
