From 93deaac645fbb0c33c37a3727fa12d8c91133661 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Tue, 21 Sep 2010 15:50:22 +0000 Subject: [PATCH] added Google Test framework --- 3rdparty/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index a492f13683..ab70523818 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -13,3 +13,4 @@ endif() if(WITH_TIFF AND NOT TIFF_FOUND) add_subdirectory(libtiff) endif() +add_subdirectory(gtest)