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
Given separate projects I need to convert to static libraries, I would like to have a root config that handle the recompilation of my multiple projects in different sub directories.
Layout:
-- Root config
-- Dir A
-- project a
-- sub config
-- Dir B
-- project b
-- sub config
Roof config would have compiler info and common needed files.
Running the root config would lead to recompilation of the childs that need it.
Ideally, I also need a Debug and Release build for each sub project.
Sub projects should also be able to compile without calling the root config.
Think the root config like a synchronizer that you use sometimes.
What is the most efficient way to do it using Meson ?
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Given separate projects I need to convert to static libraries, I would like to have a root config that handle the recompilation of my multiple projects in different sub directories.
Layout:
Roof config would have compiler info and common needed files.
Running the root config would lead to recompilation of the childs that need it.
Ideally, I also need a Debug and Release build for each sub project.
Sub projects should also be able to compile without calling the root config.
Think the root config like a synchronizer that you use sometimes.
What is the most efficient way to do it using Meson ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions