From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RBrsB-0006CG-Ay for garchives@archives.gentoo.org; Thu, 06 Oct 2011 17:36:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2591C21C143; Thu, 6 Oct 2011 17:36:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E067F21C143 for ; Thu, 6 Oct 2011 17:36:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26CDC1B4018 for ; Thu, 6 Oct 2011 17:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7BA8480042 for ; Thu, 6 Oct 2011 17:36:34 +0000 (UTC) From: "Theofilos Intzoglou" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theofilos Intzoglou" Message-ID: <968c1d93406b8a73bff668e44073dad37ef4f8ac.parapente@gentoo> Subject: [gentoo-commits] proj/c-portage:cmake_port commit in: src/Qt/ X-VCS-Repository: proj/c-portage X-VCS-Files: src/Qt/CMakeLists.txt X-VCS-Directories: src/Qt/ X-VCS-Committer: parapente X-VCS-Committer-Name: Theofilos Intzoglou X-VCS-Revision: 968c1d93406b8a73bff668e44073dad37ef4f8ac Date: Thu, 6 Oct 2011 17:36:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 184daecef45f7e7148781737626b7762 commit: 968c1d93406b8a73bff668e44073dad37ef4f8ac Author: Theofilos Intzoglou gmail com> AuthorDate: Thu Oct 6 16:54:15 2011 +0000 Commit: Theofilos Intzoglou gmail com> CommitDate: Thu Oct 6 16:54:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/c-portage.git= ;a=3Dcommit;h=3D968c1d93 Add rules to install the cpp-portage library and its corresponding header= files --- src/Qt/CMakeLists.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/Qt/CMakeLists.txt b/src/Qt/CMakeLists.txt index 2b11759..1b639ec 100644 --- a/src/Qt/CMakeLists.txt +++ b/src/Qt/CMakeLists.txt @@ -8,3 +8,6 @@ set(cpp-portage_HDRS qportagesettings.h) QT4_WRAP_CPP(cpp-portage_MOC_SRCS ${cpp-portage_HDRS}) =20 add_library(cpp-portage qportagesettings.cpp ${cpp-portage_MOC_SRCS}) +install(TARGETS cpp-portage DESTINATION lib) +install(DIRECTORY . DESTINATION include/cpp-portage + FILES_MATCHING PATTERN "*.h") \ No newline at end of file