Skip to content

Commit 654b7ed

Browse files
committed
build: add fixed wxURI from wxWidgets master
This is a temporary fix until we migrate to wx 3.4.
1 parent d2d90a2 commit 654b7ed

File tree

3 files changed

+1356
-0
lines changed

3 files changed

+1356
-0
lines changed

src/gui/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ SET(MultiVNCgui_SRCS
3030
res/multivnc.xpm
3131
res/vnccursor-mask.xbm
3232
res/vnccursor.xbm
33+
uri.h
34+
uri.cpp
3335
)
3436

3537
add_library(MultiVNCgui STATIC ${MultiVNCgui_SRCS})

0 commit comments

Comments
 (0)