Replies: 1 comment 3 replies
-
If you need to pass some setting from parent project that should be done with an option. Add an option to your subproject (meson_options.txt) and then pass a value from parent project with subproject('foo', default_options: ...). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is meson API for:
subproject().get_variable(‘var_name’)
is there something like:
superproject().get_variable(‘var_name’)
?Beta Was this translation helpful? Give feedback.
All reactions