summaryrefslogtreecommitdiffhomepage
path: root/proto-iokit-foohid/CMakeLists.txt
blob: 6a4bf89aaee2e6fd261271058cd4a72908161917 (plain)
1
2
3
4
if(APPLE)
    otr_module(proto-iokit-foohid)
    target_link_options(${self} PRIVATE -framework IOKit)
endif()