fix macOS build

This commit is contained in:
Ihor Dutchak
2020-10-14 20:26:59 +03:00
parent 7260981d09
commit fd64175558
+1 -1
View File
@@ -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