mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
307 B
307 B
layout, title, permalink, parent, nav_order
| layout | title | permalink | parent | nav_order |
|---|---|---|---|---|
| page | Quickstart | /examples/quickstart | Examples | 0 |
Quickstart
Smallest possible start point you can have using cmkr
[cmake]
version = "3.15"
[project]
name = "hello-world"
[target.hello-world]
type = "executable"
sources = [ "src/*.cpp" ]