From 406a76f78afec2665939d40e45cdffa2e4199fc3 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Thu, 1 Oct 2020 16:13:39 +0200 Subject: [PATCH] Assignment 1: Add link to CMake --- assignment1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment1/README.md b/assignment1/README.md index bbf38e8..3ac5acb 100644 --- a/assignment1/README.md +++ b/assignment1/README.md @@ -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.