diff options
Diffstat (limited to 'proto-iokit-foohid/CMakeLists.txt')
-rw-r--r-- | proto-iokit-foohid/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto-iokit-foohid/CMakeLists.txt b/proto-iokit-foohid/CMakeLists.txt new file mode 100644 index 00000000..b997bf60 --- /dev/null +++ b/proto-iokit-foohid/CMakeLists.txt @@ -0,0 +1,4 @@ +IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") + otr_module(proto-iokit-foohid) + otr_prop(TARGET opentrack-proto-iokit-foohid LINK_FLAGS "-framework IOKit") +endif() |