summaryrefslogtreecommitdiffhomepage
path: root/proto-iokit-foohid/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-02-10cmake: use target_{compile,link}_optionsStanislaw Halik
2018-12-19cruftStanislaw Halik
2018-02-12cmake: remove otr_prop()Stanislaw Halik
It's too complex to be understood when written in CMake. Replace with explicit calls to set_property(). This hasn't been tested on OSX.
2017-11-23Add virtual joystick output for macOSEike Ziller
Based of the foohid IOKit driver for implementing virtual HID devices. Issue: #236