From 88556fa0f4040792aacb2ad1af28b2f61b365448 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 23 Oct 2015 09:24:55 +0200 Subject: Made headers installable and install headers --- common/CMakeLists.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 61019b3..b4a4703 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,4 +1,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) +include_directories(domain) project(akonadi2common) @@ -64,3 +65,17 @@ SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE CXX) qt5_use_modules(${PROJECT_NAME} Network) target_link_libraries(${PROJECT_NAME} ${storage_LIBS} KF5::Async) install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) + +install(FILES + clientapi.h + domain/applicationdomaintype.h + query.h + threadboundary.h + resultprovider.h + facadefactory.h + log.h + listmodelresult.h + bufferadaptor.h + facadeinterface.h + DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel +) -- cgit v1.2.3