diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-05-29 02:24:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-05-29 02:24:21 +0200 |
commit | 51efac909d7b116c8b0ca58fcd4e74ff58f31091 (patch) | |
tree | d817aab5133718fff032df3f1e517713a6fcfe4a /tdeabc/CMakeLists.txt | |
parent | 5fac044f8da14563a3afca64bd05facd6811df91 (diff) | |
download | tdelibs-51efac909d7b116c8b0ca58fcd4e74ff58f31091.tar.gz tdelibs-51efac909d7b116c8b0ca58fcd4e74ff58f31091.zip |
cmake: Add tdeabc tests
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdeabc/CMakeLists.txt')
-rw-r--r-- | tdeabc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdeabc/CMakeLists.txt b/tdeabc/CMakeLists.txt index 1d2ae37a7..88bb97e60 100644 --- a/tdeabc/CMakeLists.txt +++ b/tdeabc/CMakeLists.txt @@ -13,6 +13,7 @@ add_subdirectory( vcard ) add_subdirectory( vcardparser ) add_subdirectory( formats ) add_subdirectory( plugins ) +add_subdirectory( tests ) include_directories( ${CMAKE_CURRENT_BINARY_DIR} |