[PR #1] [MERGED] CMake implementation based on https://github.com/nonolith/libusb #1

Closed
opened 2026-02-15 15:58:52 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/libusb/pull/1 **Author:** [@RipleyTom](https://github.com/RipleyTom) **Created:** 2/6/2019 **Status:** ✅ Merged **Merged:** 2/6/2019 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4d5edd7`](https://github.com/RPCS3/libusb/commit/4d5edd72241bd675c069c9171fdad847a57eefc0) CMake implementation based on https://github.com/nonolith/libusb and updated ### 📊 Changes **11 files changed** (+572 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description CMake implementation based on https://github.com/nonolith/libusb updated --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:58:52 -05:00
yindo closed this issue 2026-02-15 15:58:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/libusb#1