build-cpp / cmkr

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

Add `headers` option #26

Closed mrexodia closed 3 years ago

mrexodia commented 3 years ago

Multiple people so far were confused about having to put their header files in the sources option. A simple solution would be to just add a headers key that is internally appended to the sources

mrexodia commented 3 years ago

closed by #27