Assignment 1: Add link to CMake

This commit is contained in:
Alex Hirsch 2020-10-01 16:13:39 +02:00
parent 3fb93d564b
commit 406a76f78a

View File

@ -155,7 +155,7 @@ You are only allowed to use:
- POSIX standard library (as fallback)
- `diff` / `patch` command
You must use CMake as build system.
You must use [CMake](https://cmake.org/) as build system.
Use [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) to automatically format your code using the provided [`.clang-format`](../.clang-format) configuration.
There is probably a plugin for your text editor / IDE to automate this process.