diff options
author | Andrea Pappacoda <andrea@pappacoda.it> | 2022-05-15 02:06:02 +0200 |
---|---|---|
committer | Andrea Pappacoda <andrea@pappacoda.it> | 2022-07-27 12:53:49 +0200 |
commit | cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59 (patch) | |
tree | 7408bc4f2cfae74247b567fd852700c2c69b006d /externals/find-modules/FindLibUSB.cmake | |
parent | Merge pull request #8652 from lat9nq/ffmpeg-gh (diff) | |
download | yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.gz yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.bz2 yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.lz yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.xz yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.zst yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.zip |
Diffstat (limited to '')
-rw-r--r-- | externals/find-modules/FindLibUSB.cmake | 5 |
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 @@ +# SPDX-FileCopyrightText: 2009 Michal Cihar <michal@cihar.com> +# SPDX-License-Identifier: GPL-2.0-or-later + # - Find libusb-1.0 library # This module defines # LIBUSB_INCLUDE_DIR, where to find bluetooth.h # LIBUSB_LIBRARIES, the libraries needed to use libusb-1.0. # LIBUSB_FOUND, If false, do not try to use libusb-1.0. # -# Copyright (c) 2009, Michal Cihar, <michal@cihar.com> -# # vim: expandtab sw=4 ts=4 sts=4: if(ANDROID) |