public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theofilos Intzoglou" <int.teo@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/c-portage:cmake_port commit in: src/Qt/
Date: Thu,  6 Oct 2011 17:36:34 +0000 (UTC)	[thread overview]
Message-ID: <968c1d93406b8a73bff668e44073dad37ef4f8ac.parapente@gentoo> (raw)

commit:     968c1d93406b8a73bff668e44073dad37ef4f8ac
Author:     Theofilos Intzoglou <int.teo <AT> gmail <DOT> com>
AuthorDate: Thu Oct  6 16:54:15 2011 +0000
Commit:     Theofilos Intzoglou <int.teo <AT> gmail <DOT> com>
CommitDate: Thu Oct  6 16:54:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/c-portage.git;a=commit;h=968c1d93

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})
 
 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



             reply	other threads:[~2011-10-06 17:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-06 17:36 Theofilos Intzoglou [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-11 13:58 [gentoo-commits] proj/c-portage:cmake_port commit in: src/Qt/ Theofilos Intzoglou
2011-10-08 23:43 Theofilos Intzoglou
2011-10-08 23:43 Theofilos Intzoglou
2011-10-06 15:18 Theofilos Intzoglou
2011-10-06 11:23 Giorgos Tsiapaliwkas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=968c1d93406b8a73bff668e44073dad37ef4f8ac.parapente@gentoo \
    --to=int.teo@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox