build-cpp / cmkr

Modern build system based on CMake and TOML.
https://cmkr.build
MIT License
431 stars 27 forks source link

Ongoing development #6

Closed mrexodia closed 3 years ago

mrexodia commented 3 years ago

Supersedes #5

mrexodia commented 3 years ago

Can this be merged into master? It breaks compatibility with 0.1.4 that is currently out, but I think it's better to break compatibility sooner. I took the liberty to create semver tags for all currently released versions. This way if you want to pin to an older version you can modify CMKR_TAG to v0.1.4 if you want to use that version.

https://github.com/MoAlyousef/cmkr/pull/6/files#diff-c6b2f157ce5228f35d9b82109b146357ab2a8ecc1085733b07a2f1cfc7514ea9R5

MoAlyousef commented 3 years ago

Yeah sure. Thanks for creating the release tags. I'll merge this to master. Maybe the next release would be a minor bump.