diff options
author | Henrik Andersson <henrik.andersson@cendio.com> | 2011-06-29 09:14:36 +0000 |
---|---|---|
committer | Henrik Andersson <henrik.andersson@cendio.com> | 2011-06-29 09:14:36 +0000 |
commit | eb76c32e4671ab73d74dd3df3194885a209786ee (patch) | |
tree | 70e0596747b09031f7ad2027f94a4693279ee671 /unix/CMakeLists.txt | |
parent | 07baad757a9978df45865928e19bb1f7c8310139 (diff) | |
download | tigervnc-eb76c32e4671ab73d74dd3df3194885a209786ee.tar.gz tigervnc-eb76c32e4671ab73d74dd3df3194885a209786ee.zip |
Added leftout cmake build of x0vncserver, fixes bug #3329519.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4570 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/CMakeLists.txt')
-rw-r--r-- | unix/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/CMakeLists.txt b/unix/CMakeLists.txt index 7a2fc85a..bb2f871b 100644 --- a/unix/CMakeLists.txt +++ b/unix/CMakeLists.txt @@ -2,6 +2,7 @@ add_subdirectory(tx) add_subdirectory(vncconfig) add_subdirectory(vncpasswd) +add_subdirectory(x0vncserver) if(NOT BUILD_NEW_VNCVIEWER) add_subdirectory(vncviewer) |