summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorChristophe Giboudeaux <christophe@krop.fr>2018-11-06 19:09:57 +0100
committerChristophe Giboudeaux <christophe@krop.fr>2018-11-06 19:09:57 +0100
commit49494dd6b644c8c7b3235ef067c620f982c80d67 (patch)
tree1371c5508d50fa30e8ae030d32138bae35c3f31e /src/test
parent8e307744af2840b0ece1d74637f295f36083e426 (diff)
downloadlibical-git-49494dd6b644c8c7b3235ef067c620f982c80d67.tar.gz
Fix includes when BDB is found.
Fixes #360
Diffstat (limited to 'src/test')
-rw-r--r--src/test/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
index f98a3f2e..b1179c2c 100644
--- a/src/test/CMakeLists.txt
+++ b/src/test/CMakeLists.txt
@@ -11,6 +11,10 @@ if(ICU_FOUND)
include_directories(${ICU_INCLUDE_DIR})
endif()
+if(BDB_FOUND)
+ include_directories(${BDB_INCLUDE_DIR})
+endif()
+
if(ICAL_GLIB AND HAVE_INTROSPECTION)
add_subdirectory(libical-glib)
endif()