[CMake] Combine GTK with a Cmake Project

Hendrik Sattler post at hendrik-sattler.de
Tue Oct 18 08:12:35 EDT 2011


On Tue, 18 Oct 2011 14:07:28 +0200, David Boesner wrote:
> The error is, that gtk/gtk.h is not found

Path of that file in Debian: /usr/include/gtk-3.0/gtk/gtk.h

So you may want to give CMake a hint to /usr/include/gtk-3.0.
But this path can change. So you may want to consider to use 
pkg-config.

HS



More information about the CMake mailing list