summaryrefslogtreecommitdiff
path: root/test cases/python/7 install path/target/meson.build
AgeCommit message (Collapse)Author
2023-03-20backends: add a new "none" backendEli Schwartz
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.