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
diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt
index ab311ae..0bd5a3a 100644
--- a/win/CMakeLists.txt
+++ b/win/CMakeLists.txt
@@ -3,7 +3,10 @@
 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)