mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 13:34:37 -04:00
fix macOS build
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ find_package(Threads REQUIRED)
|
||||
target_link_libraries(hidapi_darwin
|
||||
PUBLIC hidapi_include
|
||||
PRIVATE Threads::Threads
|
||||
PRIVATE "-framework IOKit" "-framework CoreFoundation"
|
||||
PRIVATE "-framework IOKit" "-framework CoreFoundation" "-framework AppKit"
|
||||
)
|
||||
|
||||
set_target_properties(hidapi_darwin
|
||||
|
||||
Reference in New Issue
Block a user