Lines 56-61
elseif (LINUX)
Link Here
|
56 |
|
56 |
|
57 |
pkg_check_modules(WEBKIT REQUIRED webkit2gtk-4.0) |
57 |
pkg_check_modules(WEBKIT REQUIRED webkit2gtk-4.0) |
58 |
target_include_directories(lib_webview SYSTEM PUBLIC ${WEBKIT_INCLUDE_DIRS}) |
58 |
target_include_directories(lib_webview SYSTEM PUBLIC ${WEBKIT_INCLUDE_DIRS}) |
|
|
59 |
|
60 |
target_link_libraries(lib_webview PUBLIC ${CMAKE_DL_LIBS}) |
59 |
else() |
61 |
else() |
60 |
remove_target_sources(lib_webview ${src_loc} |
62 |
remove_target_sources(lib_webview ${src_loc} |
61 |
webview/platform/linux/webview_linux_webkit_gtk.cpp |
63 |
webview/platform/linux/webview_linux_webkit_gtk.cpp |