diff --git a/mac/CMakeLists.txt b/mac/CMakeLists.txt index 9dc0f6c..0a7dba1 100644 --- a/mac/CMakeLists.txt +++ b/mac/CMakeLists.txt @@ -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