What happened?
name = "rapidcheck",
srcs = glob([
"src/**/*.cpp",
"src/**/*.h",
"include/**/*.cpp",
]),
...
The include/**/*.cpp glob in the target definition above seems to be empty, making the build fail.
Version
Development (host) and target OS/architectures: Linux x86_64
Output of bazel --version: bazel 8.4.2
Version of relevant rules from the WORKSPACE or MODULE.bazel file: N/a
Language(s) and/or frameworks involved: C++
How to reproduce
Any other information?
No response