Add webrequest sample application

This commit is contained in:
Tobias Taschner
2018-10-15 22:28:07 +02:00
parent d2c7d80544
commit 1090e8f6e9
16 changed files with 3277 additions and 4 deletions

View File

@@ -156,6 +156,7 @@ wx_add_sample(webview LIBRARIES webview NAME webviewsample DEPENDS wxUSE_WEBVIEW
if(TARGET webviewsample AND wxUSE_STC)
wx_exe_link_libraries(webviewsample stc)
endif()
wx_add_sample(webrequest LIBRARIES net DEPENDS wxUSE_WEBREQUEST)
# widgets Sample
set(SAMPLE_WIDGETS_SRC
activityindicator.cpp