0ad/cmake
Cayleb-Ordo 887694d708 Add Root CMakeLists.txt and custom cmake modules
CMake is de facto the industrie standard for building C/C++ Code.
It is cross platform, supports presets and packaging for
Linux Distributions can be made with CPack. This also eliminates
the dependency to build and patch premake. Furthermore a lot of
IDE's are supported.

Add a BuildFlags CMake module with an INTERFACE library encapsulating
relevant build Flags and definitions. To provide support for multi
configuration generators use generator expressions as much as possible.
Add a (currently) empty 0ad-Functions module for later usage.
2026-08-15 12:47:52 +02:00
..
0ad-BuildFlags.cmake Add Root CMakeLists.txt and custom cmake modules 2026-08-15 12:47:52 +02:00
0ad-Functions.cmake Add Root CMakeLists.txt and custom cmake modules 2026-08-15 12:47:52 +02:00