summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-03-09 09:42:34 +0000
committerPierre Ossman <ossman@cendio.se>2011-03-09 09:42:34 +0000
commit5156d5e49b88d9a5c0ede2c81897e8a2d3c52523 (patch)
tree4ad5e2e9b04ae782dc60669fff3347b826f34fce /win
parentdb143c99055594b025127c2998021edf5d500b4b (diff)
downloadtigervnc-5156d5e49b88d9a5c0ede2c81897e8a2d3c52523.tar.gz
tigervnc-5156d5e49b88d9a5c0ede2c81897e8a2d3c52523.zip
Initial commit of new FLTK based vncviewer. Most of the code comes from the
current Unix vncviewer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4345 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win')
-rw-r--r--win/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt
index ab311aee..0bd5a3a4 100644
--- a/win/CMakeLists.txt
+++ b/win/CMakeLists.txt
@@ -3,7 +3,10 @@ include_directories(${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/win)
configure_file(resdefs.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/resdefs.h)
add_subdirectory(rfb_win32)
+
+if(NOT BUILD_NEW_VNCVIEWER)
add_subdirectory(vncviewer)
+endif()
if(BUILD_WINVNC)
add_subdirectory(vncconfig)