summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index a80ef95..cb7bb35 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -97,6 +97,8 @@ target_link_libraries(${PROJECT_NAME} ${storage_LIBS} KF5::Async)
97install(TARGETS ${PROJECT_NAME} 97install(TARGETS ${PROJECT_NAME}
98 EXPORT SinkCommonTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ${LIBRARY_NAMELINK} ) 98 EXPORT SinkCommonTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ${LIBRARY_NAMELINK} )
99 99
100add_clang_static_analysis(${PROJECT_NAME})
101
100install(FILES 102install(FILES
101 clientapi.h 103 clientapi.h
102 domain/applicationdomaintype.h 104 domain/applicationdomaintype.h