Commit Graph

7 Commits

Author SHA1 Message Date
Marijn van der Werf 9c24c21227
Compile macOS builds (32-bit) using osxcross (#924)
* Compile macOS release using osxcross

* Symlink system

* Remove modules bit

* Include YAML dir

* Conditionally build icns

* Merge yaml-cpp branches in cmakelists

* Move toolchain file
2021-08-12 23:03:25 +02:00
ceeac 6bc1794660 Add CMake option to build with CCache
This speeds up CMake recompilation significantly. The default behaviour is
to search for CCache and use it if available; this can be disabled explicitly
by setting OPENLOCO_USE_CCACHE=OFF in CMake.

Ported from OpenRCT2.
2020-10-25 11:15:05 +01:00
Aaron van Geffen 526ffbd98e Remove std::byte compat hack. 2020-04-28 15:02:03 +02:00
Aaron van Geffen b3cd59b4e5 Fix Travis CMake builds for Linux and MinGW targets. 2018-10-08 09:29:17 +02:00
Michał Janiszewski 4ee4d07a74 Correct filename case in FindSDL2_mixer.cmake 2018-10-08 09:25:14 +02:00
Sjors Gielen ea429dd1f2 Fix build using vcpkg on macOS. 2018-10-08 09:25:14 +02:00
Marijn van der Werf 27700e5d52 Check for std::byte support 2018-06-05 21:44:03 +02:00