Skip to content

tcp_pubsub v1.0.1

Compare
Choose a tag to compare
@FlorianReimold FlorianReimold released this 12 Sep 14:01
· 15 commits to master since this release
c164c9b
  • CMake, Install and CPack improvements:
    • tcp_pubsub target now properly requires C++14
    • auto-generated headers are properly installed
    • tcp_pubsub now properly installs dll/so files when BUILD_SHARED_LIBS is ON
    • tcp_pubsub can now be packed with CPack
    • Added CMake option to disable building the example Project
    • Added integration_test project that can be build against an install to perform a very simple automated link and runtime test
    • Created GH Actions that properly compile and package binaries for windows and Linux