mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-21 00:16:04 -04:00
[PR #1] [MERGED] CMake implementation based on https://github.com/nonolith/libusb #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/libusb/pull/1
Author: @RipleyTom
Created: 2/6/2019
Status: ✅ Merged
Merged: 2/6/2019
Merged by: @undefined
Base:
master← Head:master📝 Commits (1)
4d5edd7CMake implementation based on https://github.com/nonolith/libusb and updated📊 Changes
11 files changed (+572 additions, -0 deletions)
View changed files
➕
CMakeLists.txt(+49 -0)➕
cmake/modules/FindCoreFoundation.cmake(+17 -0)➕
cmake/modules/FindIOKit.cmake(+20 -0)➕
cmake/modules/LibFindMacros.cmake(+99 -0)➕
examples/CMakeLists.txt(+27 -0)➕
libusb/CMakeLists.txt(+106 -0)➕
libusb/config.cmake(+97 -0)➕
libusb/config.h.cmake(+37 -0)➕
libusb/libusb-1.0.pc.cmake(+11 -0)➕
libusb/os/CMakeLists.txt(+107 -0)📝
libusb/os/threads_posix.c(+2 -0)📄 Description
CMake implementation based on https://github.com/nonolith/libusb updated
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.