diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/src/hidapi/subprojects | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/src/hidapi/subprojects')
| -rw-r--r-- | contrib/SDL-3.2.8/src/hidapi/subprojects/README.md | 2 | ||||
| -rw-r--r-- | contrib/SDL-3.2.8/src/hidapi/subprojects/hidapi_build_cmake/CMakeLists.txt | 10 |
2 files changed, 0 insertions, 12 deletions
diff --git a/contrib/SDL-3.2.8/src/hidapi/subprojects/README.md b/contrib/SDL-3.2.8/src/hidapi/subprojects/README.md deleted file mode 100644 index 8ba8f60..0000000 --- a/contrib/SDL-3.2.8/src/hidapi/subprojects/README.md +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | This folder is used only to support [meson.build](../meson.build) `subproject` command | ||
| 2 | which would only look for a subproject in a "subprojects" directory. \ No newline at end of file | ||
diff --git a/contrib/SDL-3.2.8/src/hidapi/subprojects/hidapi_build_cmake/CMakeLists.txt b/contrib/SDL-3.2.8/src/hidapi/subprojects/hidapi_build_cmake/CMakeLists.txt deleted file mode 100644 index 4586ce6..0000000 --- a/contrib/SDL-3.2.8/src/hidapi/subprojects/hidapi_build_cmake/CMakeLists.txt +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | cmake_minimum_required(VERSION 3.1.3...3.25 FATAL_ERROR) | ||
| 2 | project(hidapi LANGUAGES C) | ||
| 3 | |||
| 4 | file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/root") | ||
| 5 | |||
| 6 | foreach(ROOT_ELEMENT CMakeLists.txt hidapi src windows linux mac libusb pc VERSION) | ||
| 7 | file(COPY "${CMAKE_CURRENT_LIST_DIR}/../../${ROOT_ELEMENT}" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/root/") | ||
| 8 | endforeach() | ||
| 9 | |||
| 10 | add_subdirectory("${CMAKE_CURRENT_BINARY_DIR}/root" hidapi_root) | ||
