aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/nonebackend.py
AgeCommit message (Collapse)AuthorFilesLines
2023-03-20backends: add a new "none" backendEli Schwartz1-0/+31
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.