cmake: apply defaults to all externals

This commit is contained in:
Alexandre Bouvier 2023-03-01 21:31:27 +01:00
parent 72a14a6817
commit 9c3c7ec009
4 changed files with 26 additions and 22 deletions

View file

@ -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