Commit Graph

5 Commits (40505e645aed0b19a8aa6884f75690e80ef1293a)

Author SHA1 Message Date
Michael Lutz 63ed3f3575 Codechange: Move Fontconfig-specific code to a seperate file. 4 years ago
Michael Lutz c6af8f16f6 Codechange: [Win32] Move Win32-specific font code to a seperate file. 4 years ago
glx22 d1fa6b129c Add: [CMake] Option to only build tools/docs 4 years ago
Charles Pigott 348c231e12 Codechange: Make codestyle for CMake files consistent for 'control' statements 4 years ago
Patric Stout 56d54cf60e Add: introduce CMake for project management
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.

Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.

This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.

Addtiionally, this heavily improves our detection of libraries, etc.
4 years ago