Sophie

Sophie

distrib > Fedora > 17 > x86_64 > by-pkgid > d375ae39357d5a0acdae162f93d1fa8a > files > 9

expatpp-0-1.20121019gitd8c1bf8.fc17.src.rpm

From f8d17bb995244c62583b781c961534997f50074e Mon Sep 17 00:00:00 2001
From: Mario Ceresa <mrceresa@gmail.com>
Date: Thu, 18 Oct 2012 16:55:43 +0200
Subject: [PATCH 09/15] Install library

Signed-off-by: Mario Ceresa <mrceresa@gmail.com>
---
 lib/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index ed70f58..1418031 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -1,3 +1,4 @@
 
 add_library(expatpp SHARED expatpp.cpp)
-target_link_libraries(expatpp ${EXPAT_LIBRARIES})
\ No newline at end of file
+target_link_libraries(expatpp ${EXPAT_LIBRARIES})
+INSTALL_TARGETS(/lib expatpp)
\ No newline at end of file
-- 
1.7.11.7