summaryrefslogtreecommitdiff
path: root/cmake/CompilerUtils.cmake
Commit message (Collapse)AuthorAgeFilesLines
* build: Format CMakeLists.txt filesSander Vrijders2017-03-031-1/+1
| | | | The CMakeLists files are now properly indented.
* build: Require usage of C89Sander Vrijders2016-02-231-5/+5
| | | | | | This requires the usage of the C89 standard for all source files. It also fixes a wrong check for the compiler flags (was checking this for CXX compiler instead of the C compiler).
* Initial build infrastructureSander Vrijders2016-02-111-0/+15
Contains the initial build infrastructure. Cmake was chosen for portability reasons.