summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-clean-build-directory.cmake
AgeCommit message (Collapse)Author
2017-06-19cmake: add cache variablesStanislaw Halik
2016-12-16cmake: move mrproper code to indexed project fileStanislaw Halik
Also remove the username guard.
2016-11-04cmake, main: add translation supportStanislaw Halik
2016-09-20cmake/mrproper: clarifyStanislaw Halik
2016-09-17cmake/mrproper: add a long and boring all-caps warranty disclaimerStanislaw Halik
2016-09-16cmake/mrproper: reindentStanislaw Halik
2016-09-16cmake: allow for "mrproper" to delete install directoryStanislaw Halik
This doesn't yet support mingw-w64 builds. Isn't hard to implement. The build script automatically copies Qt libraries in the right place. Now we have no more stale stuff in the install directory. In fact, everything but CMakeCache.txt is deleted.
2016-09-11cmake: add mrproper targetStanislaw Halik