You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/08/18 12:49:19 UTC

[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 <bp...@apache.org>
Authored: Mon Aug 17 11:09:55 2015 +0200
Committer: Bjoern Petri <bp...@apache.org>
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