summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-rift.cmake
AgeCommit message (Collapse)Author
2020-03-29cmake: remove old rift build codeStanislaw Halik
2018-10-29cmake: add include guardsStanislaw Halik
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2016-08-23cmake/rift: fix link on msvcStanislaw Halik
2016-07-19cmake: install source code as wellStanislaw Halik
2016-07-06cmake/rift: cmake has "else if" it turns outStanislaw Halik
2016-06-18cmake/rift: fix guardStanislaw Halik
2016-05-22cmake: simplify, avoid macrosStanislaw Halik
Avoid macros when able to allow for scope control. Macros shove everything inside the parent scope. The lone remaining macro needs to be there since functions allow for a fixed amount of parameters. Link against dinput automatically since LTO will remove it if it's not needed anyway. Rift trackers don't presently need access to ${project}-all etc. so don't expose them through opentrack_rift_boilerplate yet.
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224