diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-03-09 09:42:34 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-03-09 09:42:34 +0000 |
commit | 5156d5e49b88d9a5c0ede2c81897e8a2d3c52523 (patch) | |
tree | 4ad5e2e9b04ae782dc60669fff3347b826f34fce /unix | |
parent | db143c99055594b025127c2998021edf5d500b4b (diff) | |
download | tigervnc-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 'unix')
-rw-r--r-- | unix/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/CMakeLists.txt b/unix/CMakeLists.txt index 176fad36..599f26f9 100644 --- a/unix/CMakeLists.txt +++ b/unix/CMakeLists.txt @@ -2,4 +2,7 @@ add_subdirectory(tx) add_subdirectory(vncconfig) add_subdirectory(vncpasswd) + +if(NOT BUILD_NEW_VNCVIEWER) add_subdirectory(vncviewer) +endif() |