CMake: Put include and link commands on one line

Use correct check for LIBICONV.
This commit is contained in:
Maarten Bent
2018-12-02 17:33:20 +01:00
parent 29666f1d91
commit c80aecbfc1
4 changed files with 9 additions and 23 deletions

View File

@@ -33,9 +33,7 @@ if(wxUSE_WEBVIEW_WEBKIT2)
endif()
if(APPLE)
wx_lib_link_libraries(webview PUBLIC
"-framework WebKit"
)
wx_lib_link_libraries(webview PUBLIC "-framework WebKit")
elseif(WXGTK)
if(LIBSOUP_FOUND)
wx_lib_include_directories(webview PUBLIC ${LIBSOUP_INCLUDE_DIRS})