commit | 5156d5e49b88d9a5c0ede2c81897e8a2d3c52523 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Mar 09 09:42:34 2011 +0000 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Mar 09 09:42:34 2011 +0000 |
tree | 4ad5e2e9b04ae782dc60669fff3347b826f34fce | |
parent | db143c99055594b025127c2998021edf5d500b4b [diff] [blame] |
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()