summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2012-03-27 12:33:36 +0000
committerPierre Ossman <ossman@cendio.se>2012-03-27 12:33:36 +0000
commit64127708e070f248f4db1ed57375de25c0ce0ce4 (patch)
treebf38bdd78b1c783f61e0d5dc29cd43ecfd8b294e /CMakeLists.txt
parentca937761f5e6cd915201d0691f6383fe52316c58 (diff)
downloadtigervnc-64127708e070f248f4db1ed57375de25c0ce0ce4.tar.gz
tigervnc-64127708e070f248f4db1ed57375de25c0ce0ce4.zip
Convert media Makefile to CMake.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4877 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9bb3f529..708b2582 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -423,8 +423,11 @@ endif()
if(ENABLE_NLS)
add_subdirectory(po)
endif()
+
add_subdirectory(vncviewer)
+add_subdirectory(media)
+
include(cmake/BuildPackages.cmake)
# uninstall