Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B593186BB for ; Tue, 18 Aug 2015 10:49:37 +0000 (UTC) Received: (qmail 58914 invoked by uid 500); 18 Aug 2015 10:49:15 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 58879 invoked by uid 500); 18 Aug 2015 10:49:15 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 58735 invoked by uid 99); 18 Aug 2015 10:49:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2015 10:49:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2850EE057B; Tue, 18 Aug 2015 10:49:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pnoltes@apache.org To: commits@celix.apache.org Date: Tue, 18 Aug 2015 10:49:19 -0000 Message-Id: <82042d822106464cab1040d897d96876@git.apache.org> In-Reply-To: <6806a3f6c6684cd1968b45124452dd48@git.apache.org> References: <6806a3f6c6684cd1968b45124452dd48@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/7] celix git commit: CELIX-250: Add cmake install statement for config.h CELIX-250: Add cmake install statement for config.h Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/12083361 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/12083361 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/12083361 Branch: refs/heads/feature/CELIX-237_rsa-ffi Commit: 12083361f671c4fd62ec90a10859f0c5f7498de2 Parents: b0688a4 Author: Bjoern Petri Authored: Mon Aug 17 11:09:55 2015 +0200 Committer: Bjoern Petri Committed: Mon Aug 17 11:09:55 2015 +0200 ---------------------------------------------------------------------- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/12083361/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 137c81b..4bee365 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,7 @@ if(${WITH_APR}) endif() CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) +INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.h DESTINATION include/celix) ## New sub project must use a buildoption to be able to enable/disable the project using the CMake Editor ## Sub projects depending on another sub project automatically enable these dependencies