aboutsummaryrefslogtreecommitdiff
path: root/demo/pubsub_forwarder/CMakeLists.txt
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: 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.
* Add forwarder demoC-o-r-E2023-08-23