summaryrefslogtreecommitdiffstats
path: root/cmake/FindAVFoundation.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindAVFoundation.cmake')
-rw-r--r--cmake/FindAVFoundation.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindAVFoundation.cmake b/cmake/FindAVFoundation.cmake
index feefe3d77..3dad5d677 100644
--- a/cmake/FindAVFoundation.cmake
+++ b/cmake/FindAVFoundation.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
find_library(AVFoundation_LIBRARY NAMES AVFoundation)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(AVFoundation DEFAULT_MSG AVFoundation_LIBRARY)