mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix finding of GTK when looking for libsoup on Windows.
This commit is contained in:
parent
1a5dba9aaa
commit
af9c6e8da5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue