How do I make use of gtk with cmake under windows platform?

Posted by Runner on Stack Overflow See other posts from Stack Overflow or by Runner
Published on 2010-04-26T08:14:33Z Indexed on 2010/04/26 8:43 UTC
Read the original article Hit count: 147

Filed under:
|
|

This is the FindGTK.cmake:

# don't even bother under WIN32
IF(UNIX)


...


ENDIF(UNIX)

So it's not intended to work in windows at all,even though I've already installed the gtk+-bundle_2.20.0-20100406_win32 days ago.

How should I properly use gtk with cmake now?

© Stack Overflow or respective owner

Related posts about cmake

Related posts about gtk