From 3d2edf5e47ce995aca42c72029999c7b8f7155a0 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Mon, 6 May 2024 17:24:21 +0200 Subject: [PATCH] Add README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 819da68..fb79225 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A collection of microbenchmarks for C++ code. ## Building + The project relies on CMake to build the code. ``` # clone the current project then create a build configuration by running -- GitLab