summaryrefslogtreecommitdiff
path: root/externals/find-modules/FindLibUSB.cmake
diff options
context:
space:
mode:
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)