summaryrefslogtreecommitdiffhomepage
path: root/qxt-mini/CMakeLists.txt
AgeCommit message (Collapse)Author
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: refactor boilerplate for projectsStanislaw Halik
Don't rely on a macro that shouldn't be necessary. The information "opentrack_boilerplate" retrieves is now factored out to be easily available to projects themselves. opentrack_boilerplate can now also build executables. When appropriate, target properties are now concatenated rather than replaced.
2016-07-18cmake: adjust paths for main executable dependenciesStanislaw Halik
2016-05-17cmake/many: remove obsolete keywords from cmake macro invocationStanislaw Halik
2015-11-01cmake: export only needed symbolsStanislaw Halik
2015-11-01use newly-added preprocessor variableStanislaw Halik
2015-11-01qxt-mini: make own moduleStanislaw Halik