summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-install.cmake
AgeCommit message (Collapse)Author
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-08-04cmake: install cleye.config to modules dir also on win32Stanislaw Halik
2016-07-24cmake, qt: add qt.conf to try fix hidpiStanislaw Halik
User confirms dpiawareness=0 fixes hidpi.
2016-07-19cmake: install source code as wellStanislaw Halik
2016-07-18cmake: adjust paths for main executable dependenciesStanislaw Halik
2016-07-06gui, api, csv: support hier(7) on UnixStanislaw Halik
This affects platforms such as FreeBSD, Cygwin or Linux.
2015-10-31fix osx install bundle orderopentrack-2.3-rc20p1Stanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224