You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmkr/docs/examples/quickstart.markdown

310 B

layout title permalink parent nav_order
default Quickstart /examples/quickstart Examples 1

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" ]