You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pe...@apache.org on 2022/03/18 14:08:33 UTC

[celix] branch feature/conan_support updated (b34e5ff -> 93f358d)

This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a change to branch feature/conan_support
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from b34e5ff  Add test_package for shell-related bundles, and remove irrelevant options from conan package ID calculation.
     add 93f358d  Add missing find_dependency in CelixConfig.cmake, and add test_package for etcdlib, launcher, and promises.

No new revisions were added by this update.

Summary of changes:
 cmake/CelixConfig.cmake        |  3 +++
 conanfile.py                   |  2 +-
 test_package/CMakeLists.txt    | 18 ++++++++++++++++++
 test_package/conanfile.py      | 15 +++++++++++++--
 test_package/hello_bundle.c    |  4 ++--
 test_package/test_etcd_lib.c   | 31 +++++++++++++++++++++++++++++++
 test_package/test_promises.cpp | 32 ++++++++++++++++++++++++++++++++
 test_package/test_shell.c      |  2 +-
 8 files changed, 101 insertions(+), 6 deletions(-)
 create mode 100644 test_package/test_etcd_lib.c
 create mode 100644 test_package/test_promises.cpp