From fda8278820599c412c39cf230f9c12d4267ae9d5 Mon Sep 17 00:00:00 2001 From: Mohammed Alyousef Date: Tue, 15 Sep 2020 21:06:51 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a7f450..e5613b8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ cmkr, pronounced "cmaker", is A CMakeLists.txt generator from TOML. + ## Building cmkr requires a C++17 compiler, cmake >= 3.14 and git. It depends on toml11 by ToruNiina, which is added as a git submodule. ```