summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-policy.cmake
AgeCommit message (Collapse)Author
2017-08-14cmake: preliminary support for clang with vc++ codegenStanislaw Halik
2017-06-19cmake: add cache variablesStanislaw Halik
2017-05-10cmake: fix var expansion for older cmake versionsStanislaw Halik
2017-02-24cmake/i18n: fix dependenciesStanislaw Halik
Was broken on Unix make.
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.
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224