How do I tell cmake to use Command line pattern?

Posted by Runner on Stack Overflow See other posts from Stack Overflow or by Runner
Published on 2010-05-03T03:21:59Z Indexed on 2010/05/03 3:28 UTC
Read the original article Hit count: 234

Filed under:

Quoted from this answer:

`pkg-config --cflags --libs gtk+-2.0`

Suppose FindGTK2() is not working,but pkg-config --cflags --libs gtk+-2.0 is OK,how do I include requires lib/header files?

© Stack Overflow or respective owner

Related posts about cmake