CELIX-335: Fixes typo in the cmake command documentation
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/2f3aa65f Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/2f3aa65f Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/2f3aa65f Branch: refs/heads/develop Commit: 2f3aa65f63f21436e48e2d88e71c32005d852250 Parents: e278d27 Author: Pepijn Noltes <[email protected]> Authored: Thu Apr 21 20:51:18 2016 +0200 Committer: Pepijn Noltes <[email protected]> Committed: Thu Apr 21 20:51:18 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/2f3aa65f/documents/cmake_commands/readme.md ---------------------------------------------------------------------- diff --git a/documents/cmake_commands/readme.md b/documents/cmake_commands/readme.md index 30d863e..d217186 100644 --- a/documents/cmake_commands/readme.md +++ b/documents/cmake_commands/readme.md @@ -58,7 +58,7 @@ add_bundle(<bundle_target_name> 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 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 EXPORT_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 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. ##bundle_private_libs
