Skip to content

v2.7.1

Compare
Choose a tag to compare
@gbmhunter gbmhunter released this 16 Mar 08:13
· 33 commits to master since this release

[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)