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:
parent
1cd736905b
commit
e6fcef1b3e
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue