aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/none-backend.md
AgeCommit message (Collapse)AuthorFilesLines
2023-04-10Generate relnotes for 1.1.0.Jussi Pakkanen1-4/+0
2023-03-20backends: add a new "none" backendEli Schwartz1-0/+4
It can only be used for projects that don't have any rules at all, i.e. they are purely using Meson to: - configure files - run (script?) tests - install files that exist by the end of the setup stage This can be useful e.g. for Meson itself, a pure python project.