Link Search Menu Expand Document

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