aboutsummaryrefslogtreecommitdiffstats
path: root/xmlserializer/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'xmlserializer/CMakeLists.txt')
-rw-r--r--xmlserializer/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
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")