diff options
Diffstat (limited to 'examples/webdavcommon/CMakeLists.txt')
-rw-r--r-- | examples/webdavcommon/CMakeLists.txt | 8 |
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 @@ | |||
1 | project(sink_webdav_common) | ||
2 | |||
3 | set(CMAKE_CXX_STANDARD 14) | ||
4 | |||
5 | find_package(KPimKDAV2 REQUIRED) | ||
6 | |||
7 | add_library(${PROJECT_NAME} STATIC webdav.cpp) | ||
8 | target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Network KPim::KDAV2) | ||