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.
968 B
968 B
layout | title | permalink | nav_order |
---|---|---|---|
page | Getting started | /getting-started/ | 1 |
Getting started
The easiest way to get started is to use the cmkr_for_beginners template repository. Either open it in Gitpod, or clone the repository and run:
cmake -B build
cmake --build build
Alternatively you can check out the cmkr topic or the build-cpp organization for more examples and templates.
Migrating an existing project
When migrating an existing project it's easiest to download a cmkr release and put cmkr
in your PATH. Then go to your project directory and run:
cmkr init
This will bootstrap cmake.toml
and CMakeLists.txt
that you can then build as normal with CMake.