Files
build-cpp-cmkr/docs/examples/quickstart.markdown
T
Luiz "darknessxk" Felipe 8697d87e50 Fixed wrong permalinks
2021-05-13 03:29:41 +02:00

310 B

layout, title, permalink, parent, nav_order
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" ]