v2.7.1
[v2.7.1] - 2023-03-16
-
CMake config updated with exporting and generation of a CMake config file so that end users can simply do (thanks to https://github.com/borgmanJeremy for this contribution):
find_package(CppLinuxSerial REQUIRED) ... ... target_link_libraries(target CppLinuxSerial::CppLinuxSerial)