commit | 8f64ef73b3b39191c66b202eea4299c36741ed15 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Mar 08 16:32:49 2011 +0000 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Mar 08 16:32:49 2011 +0000 |
tree | 1972612dc0ce67c26950c14010972e3a76b77af6 | |
parent | 7c1d6ced0ee6dee94404816e8c968f90eebd9086 [diff] [blame] |
Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4336 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/CMakeLists.txt b/unix/CMakeLists.txt new file mode 100644 index 0000000..176fad3 --- /dev/null +++ b/unix/CMakeLists.txt
@@ -0,0 +1,5 @@ +add_subdirectory(tx) + +add_subdirectory(vncconfig) +add_subdirectory(vncpasswd) +add_subdirectory(vncviewer)