User talk:Emilylowmp

From KitwarePublic
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.