From d38513edda0fc4eb5ffe144bad7246b7f26448f4 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Thu, 22 Jun 2023 12:34:55 -0600 Subject: icd: Document parametization for VulkanSC --- icd/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3