aboutsummaryrefslogtreecommitdiff
path: root/demo/pubsub_forwarder
Commit message (Collapse)AuthorAge
* demos: Demos do not need to use find_package for ThreadsGarrett D'Amore2025-01-01
| | | | | The CMAKE framework does this properly now by ensuring that nng uses nng_find_package for any of its own dependencies.
* demos: fix pubsub_forwarder to call nng_initGarrett D'Amore2025-01-01
|
* demos: bump cmake version required to 3.15Garrett D'Amore2024-12-29
| | | | | | | This fixes problems finding the threads library. There may still be problems building these with TLS libraries added, as those dependencies may not be satisfied if the library lacks a cmake configuration file.
* Follow clang-format defined styleC-o-r-E2023-08-23
|
* Add forwarder demoC-o-r-E2023-08-23