[Cmake] gtk-config

Andy Cedilnik andy.cedilnik at kitware.com
Wed Apr 2 14:16:24 EST 2003


Hi Mathieu,

This was planned, but it slipped off the list.

Next version.

			Andy

On Wed, 2003-04-02 at 10:10, Mathieu Malaterre wrote:
> Hi all,
> 	I would like to know why you didn't used the gtk-config script for 
> Module/FindGTK.cmake
> 
> just as FindwxWindows you could have done:
> 
>    FIND_PROGRAM(CMAKE_GTK_CONFIG gtk-config ../gtk/bin ../../gtk/bin)
>    SET(GTK_INCLUDE_DIR "`${CMAKE_GTK_CONFIG} --cflags`")
>    SET(GTK_LIBRARIES "`${CMAKE_GTK_CONFIG} --libs --gl-libs`")





More information about the CMake mailing list