Allow including cmake files from project descriptor
- Dominant language
- Python
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Not sure if this is really required, but maybe allowing the user to include configuration directly into the `CMakeLists.txt` file could provide more flexibility. One solution could be to allow including cmake configuration files, so that no weird syntax is required. One could go from allowing the inclusion of cmake contents before, after or mid sections in the `CMakeLists.txt`.
Contributor guide
Research direction
Start by tracing how the project descriptor produces the CMakeLists.txt file and where its sections are assembled. Determine whether including cmake configuration before, after, or between sections is supported by the current design. Done means the intended include positions and configuration format are specified and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100