aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/External-Project-module.md
AgeCommit message (Collapse)AuthorFilesLines
2022-11-15Change `unstable_external_project` to `unstable-external_project`Tristan Partin1-1/+1
Apparently this is a misspelling even though it has been in the docs since the creation of the module.
2022-06-17external-project: Add depends kwargXavier Claessens1-0/+5
The unit test was racy but surprisingly never failed on CI. The reason is we need to ensure ninja build somelib.so before running `make` into the external project.
2022-06-16doc: Add meson.override_dependency() in external-project exampleXavier Claessens1-0/+1
2021-10-03docs: Fix broken linksDaniel Mensinger1-1/+1
2021-08-20external-project: Add support for WAF build systemXavier Claessens1-0/+4
Fixes: #7638
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen1-1/+1
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-23/+29
2021-01-29external_project: Add default configure optionsXavier Claessens1-3/+9
2020-09-13external-project: New module to build configure/make projectsXavier Claessens1-0/+116
This adds an experimental meson module to build projects with other build systems. Closes: #4316