summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-30 16:38:29 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-30 16:38:29 +0100
commit5d62d1b53579247d4a44792ad1da8eeedfdb6dd0 (patch)
tree1e17864a35680a16e55caa2b501143905bc8dab1 /common
parent3656a6dc4ad0c166b06cb64293f1a979a684084d (diff)
downloadsink-5d62d1b53579247d4a44792ad1da8eeedfdb6dd0.tar.gz
sink-5d62d1b53579247d4a44792ad1da8eeedfdb6dd0.zip
clang analyze target
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