diff options
author | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-03-23 06:09:23 +0000 |
---|---|---|
committer | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-03-23 06:09:23 +0000 |
commit | e6fcef1b3e453b20f9333fdbeba449186323b49b (patch) | |
tree | 335d0d013870a52bdbc0f8686eb7817d313a1f24 | |
parent | 1cd736905b4f98f419b2903d040e40103f100621 (diff) |
scripts: Added install target to CMakeLists.txt
git-svn-id: http://pugixml.googlecode.com/svn/trunk@885 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | scripts/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 953089a..b34ec2d 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -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) |