dethrace/.github/scripts
Anonymous Maarten 519671f9e8
Refactor CMake build system (#119)
* Remove 'SCRATCH' file

* cmake: move as much as variable assignments after project()

* Embed version in dethrace executable

* Allow installing DethRace + create binary archive

* Use ashutoshvarma/setup-ninja github action for getting ninja

* cmake: group user configurable options

* cmake: building in debug mode will add -g

* cmake: provide dethrace_werror interface target + DETHRACE_WERROR cmake option

* Update SDL2 to latest release

* Rename dethrace_werror target to compile_with_werror

* Also add -Werror to dethrace
2022-09-05 14:22:59 +12:00
..
build-linux.sh Refactor CMake build system (#119) 2022-09-05 14:22:59 +12:00
build-macos.sh Refactor CMake build system (#119) 2022-09-05 14:22:59 +12:00
build-mingw.sh Refactor CMake build system (#119) 2022-09-05 14:22:59 +12:00
build-msvc.ps1 Refactor CMake build system (#119) 2022-09-05 14:22:59 +12:00