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/20 14:11:13 UTC

[celix] branch feature/conan_support updated (1bb7c66 -> ee74c8f)

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 1bb7c66  Add build_all option, remove irrelevant packaging options, add workaround for CMake shared library private linking issue.
     add ee74c8f  Add test_package for pubsub and cxx_shell, add missing requirement for rapidjson.

No new revisions were added by this update.

Summary of changes:
 conanfile.py                    |   4 +-
 test_package/CMakeLists.txt     |  28 ++++++
 test_package/conanfile.py       |  11 ++-
 test_package/my_psa_activator.c | 184 ++++++++++++++++++++++++++++++++++++++++
 test_package/test_cxx_shell.cpp |  84 ++++++++++++++++++
 5 files changed, 308 insertions(+), 3 deletions(-)
 create mode 100644 test_package/my_psa_activator.c
 create mode 100644 test_package/test_cxx_shell.cpp