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 2016/04/21 20:51:29 UTC

[3/3] celix git commit: CELIX-335: Add PRIVATE_LIBRARIES documentation for add_bundle command

CELIX-335: Add PRIVATE_LIBRARIES documentation for add_bundle command


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/1ba4184c
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/1ba4184c
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/1ba4184c

Branch: refs/heads/develop
Commit: 1ba4184c42981d7af96f18fddc779ba3c76e0126
Parents: 2f3aa65
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Thu Apr 21 20:52:25 2016 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Thu Apr 21 20:52:25 2016 +0200

----------------------------------------------------------------------
 documents/cmake_commands/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/1ba4184c/documents/cmake_commands/readme.md
----------------------------------------------------------------------
diff --git a/documents/cmake_commands/readme.md b/documents/cmake_commands/readme.md
index d217186..c386f41 100644
--- a/documents/cmake_commands/readme.md
+++ b/documents/cmake_commands/readme.md
@@ -56,7 +56,7 @@ add_bundle(<bundle_target_name>
 - If DESCRIPTION is provided that will be used as Bundle-Description. Default this is empty
 - If VERSION is provided. That will be used for the Bundle-Version. In combination with SOURCES the version will alse be use to set the activator library target property VERSION and SOVERSION.
 For SOVERSION only the major part is used. Expected scheme is "<major>.<minor>.<path>". Default version is "0.0.0"
-If PRIVATE_LIBRARIES is provided all provided lib are added to the "Private-Library" manifest statement and added in the root of the bundle. libraries can be cmake library targets or absolute paths to existing libraries.  
+- If PRIVATE_LIBRARIES is provided all provided lib are added to the "Private-Library" manifest statement and added in the root of the bundle. libraries can be cmake library targets or absolute paths to existing libraries.  
 - If EXPORT_LIBRARIES is provided all provided lib are added to the "Export-Library" manifest statement and added in the root of the bundle. libraries can be cmake library targets or absolute paths to existing libraries. This is not yet supported by the celix framework.
 - If IMPORT_LIBRARIES is provided all provided lib are added to the "Import-Library" manifest statement and added in the root of the bundle. libraries can be cmake library targets or absolute paths to existing libraries.  This is not yet supported by the celix framework
 - If HEADERS is provided the headers values are appended to the bundle manifest.