bjornblissing / osg-3rdparty-cmake

CMake scripts for building OpenSceneGraph third party libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freetype include errors

bjornblissing opened this issue · comments

Include errors when compiling against OpenSceneGraph. Check ft2build.h and config/ftheader.h. These should be a bit dirferent since their path to include libraries are wrong in our case.

Use search and replace with regexp to modify the files according to our liking.
http://magnesjaastad.wordpress.com/2012/05/06/search-and-replace-using-cmake/