Commit Graph

14 Commits (33c2150c495e4ee01d43e3eb43f5786081069d99)

Author SHA1 Message Date
Jonathan G Rennison 33c2150c49 CMake: Add demangle and BFD to MinGW 4 years ago
Jonathan G Rennison 10aab3e3a3 CMake: Add BFD, support new BFD API 4 years ago
Jonathan G Rennison 73edc5aaba CMake: Add ucontext on Mac/OSX 4 years ago
Jonathan G Rennison 9470ad050b CMake: Fix configure defines 4 years ago
Jonathan G Rennison 0fb31fd693 CMake: Add fcitx 4 years ago
Jonathan G Rennison e05fa5c1c3 CMake: Add builtins 4 years ago
Jonathan G Rennison 39eaa94435 CMake: Add ucontext 4 years ago
Jonathan G Rennison 6b7668dc83 CMake: Add sigaction, sigaltstack, self dbg 4 years ago
Jonathan G Rennison a8c3ceb3c9 CMake: Add libdl and demangle support 4 years ago
Dan Church 506598a80a Fix: [CMake] Fix install paths using GNUInstallDirs 4 years ago
Frédéric Simonis fb7723a9d7
Add: [CMake] Always export compile commands (#8199) 4 years ago
Frédéric Simonis 90e849198f Fix: [CMake] Error when SDL2 provides SDL2Config 4 years ago
Patric Stout b7643b1d36 Add: create bundles via CPack
CPack works closely together with CMake to do the right thing in
terms of bundling (called 'package'). This generates all the
packaging we need, and some more.
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