From 9c3c7ec009ff4d4b006222328736fa0f66d5598a Mon Sep 17 00:00:00 2001 From: Alexandre Bouvier Date: Wed, 1 Mar 2023 21:31:27 +0100 Subject: cmake: apply defaults to all externals --- externals/libusb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/libusb/CMakeLists.txt') diff --git a/externals/libusb/CMakeLists.txt b/externals/libusb/CMakeLists.txt index 6317ea807..6757b59da 100644 --- a/externals/libusb/CMakeLists.txt +++ b/externals/libusb/CMakeLists.txt @@ -122,7 +122,7 @@ else() # MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") add_compile_options(/utf-8) endif() - add_library(usb STATIC EXCLUDE_FROM_ALL + add_library(usb libusb/libusb/core.c libusb/libusb/core.c libusb/libusb/descriptor.c -- cgit v1.2.3