I have a .cbp project file (attached) that has the following include paths and linked libraries:
<Compiler>
<Add option="-Wno-multichar" />
<Add directory="..\..\..\libs\glu\include" />
</Compiler>
<Linker>
<Add library="..\..\..\libs\FreeImage\lib\win_cb\FreeImage.lib" />
<Add library="..\..\..\libs\rtAudio\lib\win_cb\librtaudio.a" />
</Linker>
However I can't for the life of me find where I can see this in the gui! The IDE's global compiler settings for the search directries and linker settings, do NOT have these listed. Similary, in the project settings under those same tabs, they aren't there either!
I'm using the example OpenFrameworks project, so I don't know if the .cbp was manually edited to include and link to these files, but even if they did, shouldn't it be viewable from within the IDE without needing to manually tinker with the xml file?
Thanks!
[attachment deleted by admin]