How to get cmake's PKG_CHECK_MODULES to find my cairo library in Windows

Posted by Michael Daum on Stack Overflow See other posts from Stack Overflow or by Michael Daum
Published on 2010-02-26T20:12:07Z Indexed on 2010/05/15 19:04 UTC
Read the original article Hit count: 633

Filed under:
|
|
|
|

I'm trying to build OpenSceneGraph's pdf plugin on a win32 box. The plugin is using cmake's PKG_CHECK_MODULES macro to find cairo and poppler libraries. I don't know how to install these in such a way as to help it find them though.

© Stack Overflow or respective owner

Related posts about c++

Related posts about cmake