premake-core
premake-core copied to clipboard
Add support of prelink steps (similar to prebuild steps) for Codelite.
What does this PR do?
Add support of prelink steps (similar to prebuild steps) for Codelite.
How does this PR change Premake's behavior?
Only Codelite generator.
Did you check all the boxes?
- [x] Focus on a single fix or feature; remove any unrelated formatting or code changes
- [x] Add unit tests showing fix or feature works; all tests pass
- [ ] Mention any related issues (put
closes #XXXX
in comment to auto-close issue when PR is merged) - [x] Follow our coding conventions
- [x] Minimize the number of commits
- [x] Align documentation to your changes