diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/CMakeLists.txt | 2 |
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) | |||
97 | install(TARGETS ${PROJECT_NAME} | 97 | install(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 | ||
100 | add_clang_static_analysis(${PROJECT_NAME}) | ||
101 | |||
100 | install(FILES | 102 | install(FILES |
101 | clientapi.h | 103 | clientapi.h |
102 | domain/applicationdomaintype.h | 104 | domain/applicationdomaintype.h |