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/unix/CMakeLists.txt b/unix/CMakeLists.txt
index 176fad3..599f26f 100644
--- a/unix/CMakeLists.txt
+++ b/unix/CMakeLists.txt
@@ -2,4 +2,7 @@
 
 add_subdirectory(vncconfig)
 add_subdirectory(vncpasswd)
+
+if(NOT BUILD_NEW_VNCVIEWER)
 add_subdirectory(vncviewer)
+endif()