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
Meson already has project(license:). Would it be possible to autodetect it dynamically? For instace, I have 'Apache-2.0 OR MIT' as the value in project(). I would like this to populate the license = { text = "XXX" } metadata like this project already does with version.