diff options
author | Pierre Ossman <ossman@cendio.se> | 2012-03-27 12:33:36 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2012-03-27 12:33:36 +0000 |
commit | 64127708e070f248f4db1ed57375de25c0ce0ce4 (patch) | |
tree | bf38bdd78b1c783f61e0d5dc29cd43ecfd8b294e /CMakeLists.txt | |
parent | ca937761f5e6cd915201d0691f6383fe52316c58 (diff) | |
download | tigervnc-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.txt | 3 |
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 |