summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-15 07:43:20 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-15 07:43:20 +0100
commit3bea7e1ae1e102b0f06231626fd768f795d46db8 (patch)
tree80b656f8c6b527f4b1feeea5166ce6aafa0e46b3 /common
parent6ca6273427fe939080aba15349dcc380c44d1c3f (diff)
downloadsink-3bea7e1ae1e102b0f06231626fd768f795d46db8.tar.gz
sink-3bea7e1ae1e102b0f06231626fd768f795d46db8.zip
shared libraries, install targets
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index c0cc7d9..d200635 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -21,3 +21,4 @@ generate_export_header(${PROJECT_NAME} BASE_NAME Akonadi2Common EXPORT_FILE_NAME
21SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE CXX) 21SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE CXX)
22qt5_use_modules(${PROJECT_NAME} Widgets) 22qt5_use_modules(${PROJECT_NAME} Widgets)
23target_link_libraries(${PROJECT_NAME} ${storage_LIBS}) 23target_link_libraries(${PROJECT_NAME} ${storage_LIBS})
24install(TARGETS ${PROJECT_NAME} DESTINATION lib)