Added readme content to index page

toml-checker
Luiz "darknessxk" Felipe 3 years ago committed by Duncan Ogilvie
parent 2ad6acbce9
commit 945e4b74c4

@ -1,6 +1,20 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
---
# cmkr
cmkr, pronounced "cmaker", is A CMakeLists.txt generator from TOML.
See the [cmkr topic](https://github.com/topics/cmkr) for examples. Feel free to add the `cmkr` topic to your projects if you used cmkr!
## Building
cmkr requires a C++11 compiler, cmake >= 3.15.
```
git clone https://github.com/build-cpp/cmkr
cd cmkr
cmake -Bbin
cmake --build bin --parallel
```

Loading…
Cancel
Save