diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-10-27 07:20:27 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-10-27 07:20:27 +0000 |
commit | 180c0167b41bfcbfa33cd6a145ee0dc7b62505b2 (patch) | |
tree | ef4e2b196de5f2d3889a6a2fa98d4968eea9be6e /common/CMakeLists.txt | |
parent | 7d5d536b73fb70a91a9e88a9bbcb75660caa695c (diff) | |
download | tigervnc-180c0167b41bfcbfa33cd6a145ee0dc7b62505b2.tar.gz tigervnc-180c0167b41bfcbfa33cd6a145ee0dc7b62505b2.zip |
CMake build system for Windows
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4171 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt new file mode 100644 index 00000000..aaede056 --- /dev/null +++ b/common/CMakeLists.txt @@ -0,0 +1,7 @@ +add_subdirectory(os) +add_subdirectory(zlib) +add_subdirectory(jpeg) +add_subdirectory(rdr) +add_subdirectory(network) +add_subdirectory(Xregion) +add_subdirectory(rfb) |