build-cpp / cmkr

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

Add support for headers and vcpkg manifest mode #27

Closed MoAlyousef closed 3 years ago

MoAlyousef commented 3 years ago

The headers option creates a tree by itself instead of adding to sources, this allows IDE support without having to pass headers to target_sources, AFAIK this prevents internal headers from being treated as PUBLIC_HEADERS.

Closes #23

mrexodia commented 3 years ago

Awesome, thanks!