build-cpp / cmkr

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

Error correctly when trying to access a directory that doesn't exist #109

Open mrexodia opened 1 year ago

mrexodia commented 1 year ago
[project]
name = "cmkr_printup_bug"

[target.cmkr_printup_bug]
type = "executable"
sources = ["src/cmkr_printup_bug/*.cpp"]
compile-features = ["cxx_std_11"]

(presumably this errors if src/cmkr_printup_bug doesn't exist