From 27f6d2dd65ecc3ea75745a9719828e23f25f867d Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 26 Dec 2009 16:17:51 +0000 Subject: [PATCH] add the tests to the build svn path=/trunk/KDE/kdegraphics/okular/; revision=1066277 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11b1f9afa..4e56e5d02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ project(okular) add_subdirectory( ui ) add_subdirectory( shell ) add_subdirectory( generators ) +add_subdirectory( tests ) include(OkularConfigureChecks.cmake)