mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
Activate CMake FindGTK2 debug messages for Windows.
This commit is contained in:
parent
5abd00497d
commit
2a4fa7eda0
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue