summaryrefslogtreecommitdiff
path: root/test cases/cmake/26 dependency fallback
AgeCommit message (Collapse)Author
2023-10-27Condense test directories for RC1.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.