build-cpp / cmkr

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

Error when recursively globbing in the root directory #48

Closed mrexodia closed 2 years ago

mrexodia commented 2 years ago
[project]
name = "myproject"

[target.foo]
type = "executable"
sources = ["**.cpp"]

This can include files downloaded/generated in the build directory and should error.