aboutsummaryrefslogtreecommitdiff
path: root/cmake/nng-config.cmake.in
Commit message (Collapse)AuthorAge
* Fix version used in CMakefiles.Garrett D'Amore2023-02-07
|
* Fix cmake package version properties.v1.5.1Garrett D'Amore2021-07-11
|
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
This is a significant refactor of the library configuration. We use the modern package configuration helper, with a template script that also does the find_package dance for any of our dependencies. We also have restructured the code so that most protocols and transports have their configuration isolated to their own CMakeLists file, reducing the size of the global CMakeLists file.