redboltz / async_mqtt

Asynchronous MQTT communication library based on Boost.Asio
Boost Software License 1.0
91 stars 10 forks source link

Added `ASYNC_MQTT_BUILD_LIB` option to cmake. #319

Closed redboltz closed 3 months ago

redboltz commented 3 months ago

It helps separate compilation mode. Updated the version to 8.0.1.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.80%. Comparing base (3baade9) to head (a1d88cb).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/redboltz/async_mqtt/pull/319/graphs/tree.svg?width=650&height=150&src=pr&token=21ZT59CMM5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo)](https://app.codecov.io/gh/redboltz/async_mqtt/pull/319?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo) ```diff @@ Coverage Diff @@ ## main #319 +/- ## ======================================= Coverage 96.80% 96.80% ======================================= Files 152 152 Lines 9160 9160 ======================================= Hits 8867 8867 Misses 293 293 ```