build-cpp / cmkr

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

Support conditional properties #8

Closed mrexodia closed 3 years ago

mrexodia commented 3 years ago

This would allow:

[target.example]
type = "executable"
sources = ["..."]

[target.example.properties]
win32.COMPILE_PDB_OUTPUT_DIRECTORY = "foo"
darknessxk commented 3 years ago

I am working in this issue rn