diff options
Diffstat (limited to 'xmlserializer')
-rw-r--r-- | xmlserializer/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlserializer/CMakeLists.txt b/xmlserializer/CMakeLists.txt index 052ca2e..c4358b1 100644 --- a/xmlserializer/CMakeLists.txt +++ b/xmlserializer/CMakeLists.txt @@ -14,3 +14,5 @@ include(FindLibXml2) # TODO: check for the "XInclude" feature in libxml2 include_directories(${LIBXML2_INCLUDE_DIR}) target_link_libraries(xmlserializer ${LIBXML2_LIBRARIES}) + +install(TARGETS xmlserializer LIBRARY DESTINATION lib) |