User talk:Emilylowmp
From KitwarePublic
Revision as of 02:20, 28 September 2008 by Emilylowmp (talk | contribs) (Compile GTK application using Cmake.)
Currently compiling a program which requires
- include <gtk/gtk.h>.
Got an error saying cannot find gtk.h.
I know to successfully compile the program,
pkg-config --cflags --libs gtk 2.0 using CMake
is required for gcc.
How can I add that it using CMake.
Many thanks in advance.