This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
mirror of
https://github.com/mesonbuild/meson.git
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
4783
Commits
79
Branches
175
Tags
88 MiB
Tree:
ff98407ade
meson
/
test cases
/
failing
/
63 subproj filegrab
/
meson.build
6 lines
87 B
Raw
Normal View
History
Unescape
Escape
Prevent projects from directly grabbing files from other subprojects.
8 years ago
project
(
'mainproj'
,
'c'
)
Add a bunch of tests to sandboxing.
7 years ago
# Try to grab a file from a parent project.
Prevent projects from directly grabbing files from other subprojects.
8 years ago
subproject
(
'a'
)