From 6c91a86d7b07a59f951bbaad5dc799073391a8bb Mon Sep 17 00:00:00 2001 From: David Wagner Date: Tue, 18 Feb 2014 10:21:16 +0100 Subject: CMake: add rules for installing headers libparameter abd libxmlserializer headers. Concerning libparameter headers: only core headers (needed for the plugins) are currently exported. We'll need to export the client headers too, but we must make a distiction between the two classes of headers. Also, some currently exported core headers might not be needed (some cleanup is needed). Signed-off-by: David Wagner --- xmlserializer/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xmlserializer') diff --git a/xmlserializer/CMakeLists.txt b/xmlserializer/CMakeLists.txt index 77b4fb3..409719a 100644 --- a/xmlserializer/CMakeLists.txt +++ b/xmlserializer/CMakeLists.txt @@ -16,3 +16,9 @@ include_directories(${LIBXML2_INCLUDE_DIR}) target_link_libraries(xmlserializer ${LIBXML2_LIBRARIES}) install(TARGETS xmlserializer LIBRARY DESTINATION lib) +install(FILES + XmlSink.h + XmlSource.h + XmlElement.h + XmlSerializingContext.h + DESTINATION "include/xmlserializer") -- cgit v1.1