build-cpp / cmkr

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

Support object libraries #34

Closed mrexodia closed 2 years ago

mrexodia commented 2 years ago
[target.myobjectlib]
type = "object"
sources = ["src/*.cpp"]

[target.myexecutable]
type = "executable"
link-libraries = ["myobjectlib"]

This is supported since CMake 3.12