diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:36:35 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:36:35 +0200 |
commit | 95f1f294d0fd7b006f52d18d39ae0c3116258d91 (patch) | |
tree | 67163b268e5af6ddf3bb52e1e41ecd253f6e8a69 /CMakeLists.txt | |
parent | 0aa3157cf6bf2a5d20a8a84515d2ee5c15faef65 (diff) | |
parent | 236c03cc333246be44a20569fcd0d1c2c82c4079 (diff) | |
download | tigervnc-95f1f294d0fd7b006f52d18d39ae0c3116258d91.tar.gz tigervnc-95f1f294d0fd7b006f52d18d39ae0c3116258d91.zip |
Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervnc
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) |