diff --git a/README.md b/README.md index 210cea9..0a7f450 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cmkr -cmkr, pronounced "cmaker", is A CMakeLists.txt generator from TOML. Still WIP. +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. @@ -126,5 +126,6 @@ Shared/dynamic library. Header only library. ## Roadmap -- Support more fields. +- Support more cmake fields. - Support conditional cmake args somehow! +- Support ctest.