Skip to content

Commit 779d4ae

Browse files
authored
Update README.md
1 parent 7eed60b commit 779d4ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
`cmkr`, pronounced "cmaker", is a modern build system based on [CMake](https://cmake.org/) and [TOML](https://toml.io). It was originally created by [Mohammed Alyousef](https://github.com/MoAlyousef).
44

5-
**NOTE**: The documentation is currently a work-in-progress due to breaking changes since `0.1.4`. For examples you can check the [cmkr GitHub topic](https://github.com/topics/cmkr) and the [tests](https://github.com/build-cpp/cmkr/tree/main/tests).
6-
75
`cmkr` parses `cmake.toml` files and generates a modern, idiomatic `CMakeLists.txt` for you. A minimal example:
86

97
```toml
@@ -27,7 +25,7 @@ cmake -B build
2725
cmake --build build
2826
```
2927

30-
Alternatively you can check out the [cmkr topic](https://github.com/topics/cmkr) or the [build-cpp organization](https://github.com/build-cpp) for more examples and templates.
28+
Alternatively you can check out the [cmkr topic](https://github.com/topics/cmkr), the [build-cpp organization](https://github.com/build-cpp) or the [tests](https://github.com/build-cpp/cmkr/tree/main/tests) for more examples and templates. You can also check out the [documentation](https://build-cpp.github.io/cmkr).
3129

3230
## Command line
3331

@@ -51,4 +49,4 @@ arguments:
5149
- https://github.com/Tessil/ordered-map
5250
- https://github.com/ToruNiina/toml11
5351
- https://github.com/mpark/variant
54-
- https://www.svgrepo.com/svg/192268/hammer
52+
- https://www.svgrepo.com/svg/192268/hammer

0 commit comments

Comments
 (0)