libusb-cmake
libusb-cmake copied to clipboard
CMake build system for libusb
Hey fellows, * i have currently a problem with an Linker Error ```LNK1104``` of libusb on Windows with the msvc compiler. # This is the configuration with which I'm able...
- [x] Linux (Ubuntu?) #6 - [x] macOS #11 - [x] Windows MSVC/VisualStudio #12 - [x] Windows MSVC/Ninja/nmake #12 - [ ] Windows Cygwin/MinGW - [ ] (Fedora?) Cross-compile MinGW...
Latest sample: #20 Unit-tests executed fine, but the results are not published if the PR is from a forked repo: > This action is running on a pull_request event for...
Some details: https://github.com/libusb/libusb-cmake/pull/9#issuecomment-1537564404
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.
is this some unfinished development? _Originally posted by @Youw in https://github.com/libusb/libusb-cmake/pull/1#discussion_r1186722539_
It is good to provide build instruction like the HIDAPI project. https://github.com/libusb/hidapi/blob/master/BUILD.cmake.md