User talk:Emilylowmp

From KitwarePublic
Revision as of 02:20, 28 September 2008 by Emilylowmp (talk | contribs) (Compile GTK application using Cmake.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Currently compiling a program which requires

  1. 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.