the relative path from the project to the libs folder is bad. We have overall some issues with windows vs non windows paths. generated projects look bad :
<Add directory="..\..\..\\libs\tess2\include" />
<Add directory="..\..\..\\libs\cairo\include\cairo" />
<Add directory="../../..//ddons/ofxNetwork/libs" />
<Add directory="../../..//ddons/ofxNetwork/src" />
<Add directory="../../..//ddons\ofxNetwork\src" />
I think the root of it is that the absolute path, and how it's getting combined with other other paths here.
I'm taking a look at it now.
the relative path from the project to the libs folder is bad. We have overall some issues with windows vs non windows paths. generated projects look bad :
I think the root of it is that the absolute path, and how it's getting combined with other other paths here.
I'm taking a look at it now.