Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-29 | cmake: add include guards | Stanislaw Halik | |
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2016-08-23 | cmake/rift: fix link on msvc | Stanislaw Halik | |
2016-07-19 | cmake: install source code as well | Stanislaw Halik | |
2016-07-06 | cmake/rift: cmake has "else if" it turns out | Stanislaw Halik | |
2016-06-18 | cmake/rift: fix guard | Stanislaw Halik | |
2016-05-22 | cmake: simplify, avoid macros | Stanislaw 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-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |