mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 21:43:36 -04:00
Fix MinGW build on Linux/Unix platforms
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ add_library(hidapi_winapi
|
||||
)
|
||||
target_link_libraries(hidapi_winapi
|
||||
PUBLIC hidapi_include
|
||||
PRIVATE Setupapi
|
||||
PRIVATE setupapi
|
||||
)
|
||||
|
||||
set_target_properties(hidapi_winapi
|
||||
|
||||
Reference in New Issue
Block a user