build-cpp / cmkr

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

Add support for relative paths in `link-libraries` #116

Closed mrexodia closed 9 months ago

mrexodia commented 10 months ago

image

Using libs/x.a should resolve to ${CMAKE_CURRENT_SOURCE_DIR}/lib/x.a (obviously only if it exists).