libusb / libusb-cmake

CMake build system for libusb
https://github.com/libusb/libusb
GNU Lesser General Public License v2.1
26 stars 12 forks source link

Perform HAVE_* checks only on platforms that needs them #5

Open Youw opened 1 year ago

Youw commented 1 year ago

E.g. on Windows most of the HAVE_* definitions in config.h aren't used, so the entire configure-time check could be avoided. This is more like an optimisation for the future.