summaryrefslogtreecommitdiffstats
path: root/examples/webdavcommon/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webdavcommon/CMakeLists.txt')
-rw-r--r--examples/webdavcommon/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/webdavcommon/CMakeLists.txt b/examples/webdavcommon/CMakeLists.txt
new file mode 100644
index 0000000..318756e
--- /dev/null
+++ b/examples/webdavcommon/CMakeLists.txt
@@ -0,0 +1,8 @@
1project(sink_webdav_common)
2
3set(CMAKE_CXX_STANDARD 14)
4
5find_package(KPimKDAV2 REQUIRED)
6
7add_library(${PROJECT_NAME} STATIC webdav.cpp)
8target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Network KPim::KDAV2)