summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/wrap.md
AgeCommit message (Collapse)Author
2023-11-19Generate release notes for 1.3.0.Jussi Pakkanen
2023-10-09interpreter: Add support for cargo subprojectXavier Claessens
2023-09-22Allow to fallback to cmake subprojectXavier Claessens
The method can be overridden by setting the `method` key in the wrap file and always defaults to 'meson'. cmake.subproject() is still needed in case specific cmake options need to be passed. This also makes it easier to extend to other methods in the future e.g. cargo.