lizhimins opened a new pull request, #1297: URL: https://github.com/apache/rocketmq-clients/pull/1297
## Summary Add CMake install/uninstall support for the C++ client library and enable unit tests in CI workflows. ## Changes - **CMake install/uninstall**: Add `install()` rules for headers, libraries, and CMake package config files so downstream projects can use `find_package(rocketmq)`. Include `cmake_uninstall.cmake.in` for clean uninstallation. - **CI**: Enable C++ unit tests in GitHub Actions workflows (`cpp_build.yml`, `cpp_coverage.yml`). - **Bazel**: Add `.bazelignore` to exclude build output directories. ## Testing - CMake `cmake --install` produces correct header/library layout - All existing unit tests pass with both CMake and Bazel builds - CI workflows execute `ctest` after build -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
