Hi,
with DEFER I can defer calls to the end of the configure step of a directory.
How about adding an option to defer code to the end of the generate step ?
This could be used to do postprocessing on files generated with generator expressions, since e.g. iterating is not really possible with generator expressions. One could e.g. generate a launch.vs.json and merge it properly with an potentially already existing and modified launch.vs.json.
What do you think ?