summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-hier.cmake
AgeCommit message (Collapse)Author
2021-10-07cmake: remove src installStanislaw Halik
2021-06-07Fix path to games.csv file for *nix builds.Ackurus
Change the runtime document path so it will line up with the correct directory in *nix builds. Allows for the settings directory to be accessed such as the games.csv file.
2020-03-07cmake: make install prefix path variables more clearStanislaw Halik
Pointed out by: @rvt
2019-12-28Cleanup bundle generationRies van Twisk
2019-12-27Add xplane and arucoR. van Twisk
Add documentsion, source and xplane to DMG
2019-12-19Fix bundle creation OSXR. van Twisk
2019-09-06Revert "cmake: cleanup install prefix handling"Stanislaw Halik
Fixes proto/freetrack Issue: #983
2019-08-01cmake: cleanup install prefix handlingStanislaw Halik
2019-06-25cmake: fix install prefix harderStanislaw Halik
2019-06-25cmake: don't install .a filesStanislaw Halik
2019-06-25cmake: fix modules not installingStanislaw Halik
2019-02-10cmake: improve quotemeta for CStanislaw Halik
2018-12-24cmake: decruft, disable deprecated Qt functionsStanislaw Halik
2018-10-29cmake: add include guardsStanislaw Halik
2018-10-27cmake: cleanupStanislaw Halik
Don't install any source code components.
2018-05-17cmake: move unix i18n to share/opentrack/i18nStanislaw Halik
2018-02-12contrib: don't install source codeStanislaw Halik
2018-01-18cmake/hier: add commentStanislaw Halik
2017-05-03cmake: simplifyStanislaw Halik
otr_module is still long but more readable now. There shouldn't be any breaking changes. Also, .pdb install is now enabled. The rationale is that unless the user performs a build on his own, the original .pdb files are long gone. Still need to add splitdebug for Unix installations.
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2016-12-28cmake: fix translations on LinuxStanislaw Halik
2016-12-16cmake: fix mrproper -> install without regen translations enabledStanislaw Halik
2016-11-04cmake, main: add translation supportStanislaw Halik
2016-09-18cmake/hier: add another rude all-caps disclaimerStanislaw Halik
It deletes files in a subdirectory so why not.
2016-07-19cmake: fix libexec dir on linuxStanislaw Halik
2016-07-19cmake: install source code as wellStanislaw Halik
2016-07-18cmake: install module stuff in ./modules/ on win32Stanislaw Halik
2016-07-16cmake: simplify path with no hierStanislaw Halik
2016-07-06gui, api, csv: support hier(7) on UnixStanislaw Halik
This affects platforms such as FreeBSD, Cygwin or Linux.