mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
17 lines
502 B
CMake
17 lines
502 B
CMake
Index: Source/WebDriver/PlatformGTK.cmake
|
|
--- Source/WebDriver/PlatformGTK.cmake.orig
|
|
+++ Source/WebDriver/PlatformGTK.cmake
|
|
@@ -5,6 +5,7 @@ add_definitions(-DLIBEXECDIR="${CMAKE_INSTALL_FULL_LIB
|
|
list(APPEND WebDriver_SYSTEM_INCLUDE_DIRECTORIES
|
|
"${GLIB_INCLUDE_DIRS}"
|
|
"${LIBSOUP_INCLUDE_DIRS}"
|
|
+ "${ICU_INCLUDE_DIRS}"
|
|
)
|
|
|
|
list(APPEND WebDriver_SOURCES
|
|
@@ -18,4 +19,5 @@ list(APPEND WebDriver_SOURCES
|
|
|
|
list(APPEND WebDriver_LIBRARIES
|
|
${LIBSOUP_LIBRARIES}
|
|
+ ${ICU_LIBRARIES}
|
|
)
|