summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-07-07 14:36:35 +0200
committerPierre Ossman <ossman@cendio.se>2014-07-07 14:36:35 +0200
commit95f1f294d0fd7b006f52d18d39ae0c3116258d91 (patch)
tree67163b268e5af6ddf3bb52e1e41ecd253f6e8a69 /CMakeLists.txt
parent0aa3157cf6bf2a5d20a8a84515d2ee5c15faef65 (diff)
parent236c03cc333246be44a20569fcd0d1c2c82c4079 (diff)
downloadtigervnc-95f1f294d0fd7b006f52d18d39ae0c3116258d91.tar.gz
tigervnc-95f1f294d0fd7b006f52d18d39ae0c3116258d91.zip
Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervnc
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8de79f7..ce0a00af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -408,6 +408,8 @@ if(BUILD_VIEWER)
add_subdirectory(media)
endif()
+add_subdirectory(tests)
+
include(cmake/BuildPackages.cmake)