diff options
Diffstat (limited to 'examples/client/CMakeLists.txt')
-rw-r--r-- | examples/client/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/client/CMakeLists.txt b/examples/client/CMakeLists.txt new file mode 100644 index 0000000..3555b3e --- /dev/null +++ b/examples/client/CMakeLists.txt | |||
@@ -0,0 +1,8 @@ | |||
1 | project(akonadi2_client) | ||
2 | |||
3 | include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | ||
4 | |||
5 | add_executable(${PROJECT_NAME} main.cpp) | ||
6 | target_link_libraries(${PROJECT_NAME} akonadi2common) | ||
7 | qt5_use_modules(${PROJECT_NAME} Widgets Network) | ||
8 | install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) | ||