From e6fcef1b3e453b20f9333fdbeba449186323b49b Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Fri, 23 Mar 2012 06:09:23 +0000 Subject: scripts: Added install target to CMakeLists.txt git-svn-id: http://pugixml.googlecode.com/svn/trunk@885 99668b35-9821-0410-8761-19e4c4f06640 --- scripts/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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) -- cgit v1.2.3