summaryrefslogtreecommitdiffstats
path: root/cmake/FindWrapVulkan.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindWrapVulkan.cmake')
-rw-r--r--cmake/FindWrapVulkan.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindWrapVulkan.cmake b/cmake/FindWrapVulkan.cmake
index 38cf3ea417..843ca4c202 100644
--- a/cmake/FindWrapVulkan.cmake
+++ b/cmake/FindWrapVulkan.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
# 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 WrapVulkan::WrapVulkan)