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?
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?
You have several options: