diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/license_files_project_info.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/license_files_project_info.md b/docs/markdown/snippets/license_files_project_info.md new file mode 100644 index 0000000..073ba1b --- /dev/null +++ b/docs/markdown/snippets/license_files_project_info.md @@ -0,0 +1,5 @@ +## The project function now supports setting the project license files + +This goes together with the license name. The license files can be +automatically installed via [[meson.install_dependency_manifest]], +or queried via [[meson.project_license_files]]. |