iPlug2 / iPlug2

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

Rename config.h #845

Open abeodesee72 opened 2 years ago

abeodesee72 commented 2 years ago

when i use OpenNN in additional includes with visual studo it causes problems, maybe to do with multiple "config.h" files

cheers

olilarkin commented 2 years ago

Many 3rd party libraries have a file called config.h, which is problematic when iPlug2 projects expect a file called config.h

The only solution is to rename config.h to something less common, here are some 3rd party libs that would be problematic:

https://github.com/Artelnics/opennn/tree/master/opennn https://github.com/LancePutnam/Gamma/tree/master/Gamma