Activate CMake FindGTK2 debug messages for Windows.

This commit is contained in:
Ghislain MARY 2015-10-13 17:31:45 +02:00
parent 5abd00497d
commit 2a4fa7eda0

View file

@ -134,6 +134,7 @@ if(ENABLE_NOTIFY)
endif()
if(ENABLE_GTK_UI)
if(WIN32)
set(GTK2_DEBUG TRUE)
set(GTK2_ADDITIONAL_SUFFIXES "../lib/glib-2.0/include" "../lib/gtk-2.0/include")
endif()
find_package(GTK2 2.18 REQUIRED gtk)