You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the top meson.build I'm using a custom_target that needs the path to libTest.a a pre-compiled library obtained from Wrap. So here I need ../subproject../libTest/lib.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here is my setup:
In the top
meson.build
I'm using acustom_target
that needs the path tolibTest.a
a pre-compiled library obtained from Wrap. So here I need../subproject../libTest/lib
.How could I do that? Thanks
Beta Was this translation helpful? Give feedback.
All reactions