summaryrefslogtreecommitdiffstats
path: root/cmake/FindWrapVulkanHeaders.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindWrapVulkanHeaders.cmake')
-rw-r--r--cmake/FindWrapVulkanHeaders.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindWrapVulkanHeaders.cmake b/cmake/FindWrapVulkanHeaders.cmake
index ac2c912a56..fdee976c60 100644
--- a/cmake/FindWrapVulkanHeaders.cmake
+++ b/cmake/FindWrapVulkanHeaders.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# We can't create the same interface imported target multiple times, CMake will complain if we do
# that. This can happen if the find_package call is done in multiple different subdirectories.
if(TARGET WrapVulkanHeaders::WrapVulkanHeaders)