Fix finding of GTK when looking for libsoup on Windows.

This commit is contained in:
Ghislain MARY 2015-02-27 23:48:09 +01:00
parent 1a5dba9aaa
commit af9c6e8da5

View file

@ -26,6 +26,9 @@
# SOUP_INCLUDE_DIRS - the libsoup include directory
# SOUP_LIBRARIES - The libraries needed to use libsoup
if(WIN32)
set(GTK2_ADDITIONAL_SUFFIXES "../lib/glib-2.0/include" "../lib/gtk-2.0/include")
endif()
find_package(GTK2 2.18 REQUIRED gtk)
set(_SOUP_ROOT_PATHS