summaryrefslogtreecommitdiff
path: root/externals/find-modules/FindLibUSB.cmake
diff options
context:
space:
mode:
authorGravatar liamwhite2022-07-27 13:00:59 -0400
committerGravatar GitHub2022-07-27 13:00:59 -0400
commit1779795d817f575ad48469d782b671ae7104bd19 (patch)
tree66af975c5f64fa6611e90ba89ee9fc9d277f53f6 /externals/find-modules/FindLibUSB.cmake
parentMerge pull request #8652 from lat9nq/ffmpeg-gh (diff)
parentci: add reuse job (diff)
downloadyuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.gz
yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.xz
yuzu-1779795d817f575ad48469d782b671ae7104bd19.zip
Merge pull request #8338 from Tachi107/spdx-fixes
chore: make yuzu REUSE compliant
Diffstat (limited to 'externals/find-modules/FindLibUSB.cmake')
-rw-r--r--externals/find-modules/FindLibUSB.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/externals/find-modules/FindLibUSB.cmake b/externals/find-modules/FindLibUSB.cmake
index dec0b98b0..617daf9a5 100644
--- a/externals/find-modules/FindLibUSB.cmake
+++ b/externals/find-modules/FindLibUSB.cmake
@@ -1,11 +1,12 @@
1# SPDX-FileCopyrightText: 2009 Michal Cihar <michal@cihar.com>
2# SPDX-License-Identifier: GPL-2.0-or-later
3
1# - Find libusb-1.0 library 4# - Find libusb-1.0 library
2# This module defines 5# This module defines
3# LIBUSB_INCLUDE_DIR, where to find bluetooth.h 6# LIBUSB_INCLUDE_DIR, where to find bluetooth.h
4# LIBUSB_LIBRARIES, the libraries needed to use libusb-1.0. 7# LIBUSB_LIBRARIES, the libraries needed to use libusb-1.0.
5# LIBUSB_FOUND, If false, do not try to use libusb-1.0. 8# LIBUSB_FOUND, If false, do not try to use libusb-1.0.
6# 9#
7# Copyright (c) 2009, Michal Cihar, <michal@cihar.com>
8#
9# vim: expandtab sw=4 ts=4 sts=4: 10# vim: expandtab sw=4 ts=4 sts=4:
10 11
11if(ANDROID) 12if(ANDROID)