Fix installation and dependency generation of header files
[libi2ncommon] / xmllib / CMakeLists.txt
index b015555..19dc0b0 100644 (file)
@@ -12,7 +12,7 @@ set(cpp_headers
     xmlcommon.hpp
 )
 
-add_library(i2ncommon_xml SHARED ${cpp_sources} ${hpp_sources})
+add_library(i2ncommon_xml SHARED ${cpp_sources} ${cpp_headers})
 
 target_link_libraries(i2ncommon_xml ${Xmlpp_LIBRARIES})