diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-24 21:35:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-24 21:35:42 +0900 |
commit | ce47e20ed3f172bb04a2d4055a9326fec1c879b0 (patch) | |
tree | 5906777828b9f2ed01d7516c05bee7687d92b59f /libkcal/CMakeLists.txt | |
parent | 2877efbe303c4d41b5867e70f0fa464384399afc (diff) | |
download | tdepim-ce47e20ed3f172bb04a2d4055a9326fec1c879b0.tar.gz tdepim-ce47e20ed3f172bb04a2d4055a9326fec1c879b0.zip |
Fixed building of libkcal tests. Some of the tests still fails when
executed. This relates to bug 2719.
Special thanks to Emanoil Kotsev <deloptes@gmail.com> for providing an
inital patch for the same bug, from which I reused a small section of code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkcal/CMakeLists.txt')
-rw-r--r-- | libkcal/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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} |