commit | eb76c32e4671ab73d74dd3df3194885a209786ee | [log] [tgz] |
---|---|---|
author | Henrik Andersson <henrik.andersson@cendio.com> | Wed Jun 29 09:14:36 2011 +0000 |
committer | Henrik Andersson <henrik.andersson@cendio.com> | Wed Jun 29 09:14:36 2011 +0000 |
tree | 70e0596747b09031f7ad2027f94a4693279ee671 | |
parent | 07baad757a9978df45865928e19bb1f7c8310139 [diff] [blame] |
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
diff --git a/unix/CMakeLists.txt b/unix/CMakeLists.txt index 7a2fc85..bb2f871 100644 --- a/unix/CMakeLists.txt +++ b/unix/CMakeLists.txt
@@ -2,6 +2,7 @@ add_subdirectory(vncconfig) add_subdirectory(vncpasswd) +add_subdirectory(x0vncserver) if(NOT BUILD_NEW_VNCVIEWER) add_subdirectory(vncviewer)