← Package directory
Available on winget

Install cmkr

Modern build system based on CMake and TOML.

Install with winget
winget install --id build-cpp.cmkr
Upgrade
winget upgrade --id build-cpp.cmkr
Uninstall
winget uninstall --id build-cpp.cmkr

About cmkr

cmkr, pronounced "cmaker", is a modern build system based on CMake and TOML. cmkr parses cmake.toml files and generates a modern, idiomatic CMakeLists.txt for you. cmkr can bootstrap itself and you only need CMake and a C++ compiler to use it.

What's new in 0.2.46

## What's Changed - fix #172 by @d06i in #180 - fix #186 by @de-ep in #191 - Add support for [target].dependencies by @mrexodia in #194 - Support TOML 1.1.0 by @mrexodia in #193 - Add support for conditional [project].languages by @mrexodia in #195 ## New Contributors - @d06i made their first contribution in #180

Read release notes

Version history

Version Updated Notes
0.2.46 ## What's Changed - fix #172 by @d06i in #180 - fix #186 by @de-ep in #191 - Add support for [target].dependencies by @mrexodia in #194 - Support TOML 1.1.0 by @mrexodia in #193 - Add support for conditional [project].la...