From ce47e20ed3f172bb04a2d4055a9326fec1c879b0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 24 Mar 2019 21:35:42 +0900 Subject: Fixed building of libkcal tests. Some of the tests still fails when executed. This relates to bug 2719. Special thanks to Emanoil Kotsev for providing an inital patch for the same bug, from which I reused a small section of code. Signed-off-by: Michele Calgaro --- libkcal/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libkcal/CMakeLists.txt') diff --git a/libkcal/CMakeLists.txt b/libkcal/CMakeLists.txt index af759febd..dbded2cb4 100644 --- a/libkcal/CMakeLists.txt +++ b/libkcal/CMakeLists.txt @@ -17,6 +17,7 @@ tde_import( libkmime ) tde_import( ktnef ) add_subdirectory( versit ) +add_subdirectory( tests ) include_directories( ${CMAKE_CURRENT_BINARY_DIR} -- cgit v1.2.1