I read all the doc carefully and I could not figure out how to set for example JucePlugin_WantsMidiInput=1.
I see it is set to 0 on the command line.
I tried to define it in the CMakeLists.txt of the source directory (target_compile_definitions(SharedCode...): it works on Windows but produces a lot of warnings on linux and mac.
How are we supposed to do?
This should be documented.
(sorry if I missed something)