Files
build-cpp-cmkr/docs/examples/quickstart.markdown
T

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