meson-plus-plus icon indicating copy to clipboard operation
meson-plus-plus copied to clipboard

add_project_arguments

Open dcbaker opened this issue 4 years ago • 0 comments

We need support for add_project_arguments.

I see two approaches to this:

  1. handle this completely in MIR, by having a transformation pass that walks over all the targets generated and adds these argument to it's argument list
  2. handling this in the backend

The first is likely more complicated, though would benefit any future backends.

This is likely going to require the addition of transient state tracking.

dcbaker avatar Sep 21 '21 16:09 dcbaker