build-cpp / cmkr

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

Add support for grepping based on a variable #74

Open mrexodia opened 1 year ago

mrexodia commented 1 year ago

Currently ${xxx_SOURCE_DIR}/blah/*.cpp doesn't work because the file doesn't exist in the cmkr universe. Most likely this would have to be expanded to a GLOB expression (which is not ideal)