[cmake] get rid of `GLOB`s
Open
- Dominant language
- C++
- Stars
- 8k
- Forks
- 351
- Avg merge
- 12h 31m
- Merged PRs (30d)
- 102
Description
Globbing considered harmful (in CMake, anyways). Usually what this does is add an extra step to the build process that can often take a very long time. This is really tedious to do though, but I'll leave this here as a reminder.
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by searching the repository's CMake configuration for GLOB usage and reviewing how those files enter the build. Done means replacing the relevant globs while preserving a working build, though the issue provides no detailed acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100