Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style
This commit is contained in:
2
node_modules/node-hid/hidapi/subprojects/README.md
generated
vendored
Normal file
2
node_modules/node-hid/hidapi/subprojects/README.md
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
This folder is used only to support [meson.build](../meson.build) `subproject` command
|
||||
which would only look for a subproject in a "subprojects" directory.
|
||||
10
node_modules/node-hid/hidapi/subprojects/hidapi_build_cmake/CMakeLists.txt
generated
vendored
Normal file
10
node_modules/node-hid/hidapi/subprojects/hidapi_build_cmake/CMakeLists.txt
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.1.3...3.25 FATAL_ERROR)
|
||||
project(hidapi LANGUAGES C)
|
||||
|
||||
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/root")
|
||||
|
||||
foreach(ROOT_ELEMENT CMakeLists.txt hidapi src windows linux mac libusb pc VERSION)
|
||||
file(COPY "${CMAKE_CURRENT_LIST_DIR}/../../${ROOT_ELEMENT}" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/root/")
|
||||
endforeach()
|
||||
|
||||
add_subdirectory("${CMAKE_CURRENT_BINARY_DIR}/root" hidapi_root)
|
||||
Reference in New Issue
Block a user