Replies: 1 comment 3 replies
-
So is there really no means for the Is there nothing in meson I can use |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project that is used in the
build process of other projects in a
very non-trivial ways.
To not complicate makefiles, that
project provides the part of a makefile
that other projects can just include
and forget.
Is there anything like this in meson?
I've only found
subdir
which is closebut not quite the include via system-wide
path.
Beta Was this translation helpful? Give feedback.
All reactions