Add install target
Open
Nobody has claimed this yet.
- Dominant language
- CMake
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Make sure that the library we're building is installable and copies the headers to the specified installation prefix.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's CMake build configuration and the library headers. Determine how an install target should use the specified installation prefix and verify that the headers are copied there. Done means the library can be installed through the CMake workflow with its headers available under the chosen prefix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100