summaryrefslogtreecommitdiffhomepage
path: root/proto-iokit-foohid/CMakeLists.txt
blob: 31d3dcdc538a009f0e787149e2fc585ef06ae042 (plain)
1
2
3
4
if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
    otr_module(proto-iokit-foohid)
    target_link_options(${self} PRIVATE -framework IOKit)
endif()