iPlug2 / iPlug2

C++ Audio Plug-in Framework for desktop, mobile and web
https://iplug2.github.io
Other
1.9k stars 282 forks source link

Remove graphics sources on iPlug2_Core cmake library #906

Closed markortu closed 10 months ago

markortu commented 1 year ago

Some graphics dependencies are being added in the iPlug2_Core cmake library, we should add it only in iPlug2_IGraphicsCore (it is already included). This is causing iPlug2_NoGraphics to fail, as the necessary graphics sources are not included in that option.

AlexHarker commented 11 months ago

@olilarkin - The PR looks like this issue is now dealt with. If so can you close this issue? I wasn't confident enoughin my assessment to close this.