diff options
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index adfb5e1..6de489a 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt | |||
@@ -9,5 +9,7 @@ if (BUILD_MAILDIR) | |||
9 | endif() | 9 | endif() |
10 | add_subdirectory(mailtransportresource) | 10 | add_subdirectory(mailtransportresource) |
11 | if (BUILD_DAV) | 11 | if (BUILD_DAV) |
12 | add_subdirectory(davresource) | 12 | add_subdirectory(webdavcommon) |
13 | add_subdirectory(carddavresource) | ||
14 | add_subdirectory(caldavresource) | ||
13 | endif() | 15 | endif() |