scripts: Added install target to CMakeLists.txt

git-svn-id: http://pugixml.googlecode.com/svn/trunk@885 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine@gmail.com 2012-03-23 06:09:23 +00:00
parent 1cd736905b
commit e6fcef1b3e

View file

@ -12,3 +12,6 @@ else()
endif()
set_target_properties(pugixml PROPERTIES VERSION 1.0 SOVERSION 1.0)
install(TARGETS pugixml LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)
install(DIRECTORY ../src/ DESTINATION include/pugixml FILES_MATCHING PATTERN *.hpp)