Skip to content
Snippets Groups Projects
Commit e6fcef1b authored by arseny.kapoulkine@gmail.com's avatar arseny.kapoulkine@gmail.com
Browse files

scripts: Added install target to CMakeLists.txt

git-svn-id: http://pugixml.googlecode.com/svn/trunk@885 99668b35-9821-0410-8761-19e4c4f06640
parent 1cd73690
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment