Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add_custom_command: Add CODEGEN support | Juan Ramos | 2024-07-01 | 12 | -0/+65 |
By specifying CODEGEN as an argument to add_custom_command the custom command will be added to a codegen build target. The intent is to provide a convenient way for users to get their generated files without having to build the whole project. This can be helpful for code analysis tools which can be useful for IDEs and CI. |