From 5dc7bc188217004cba84d530cbffc18b1df8a331 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 24 Oct 2017 20:40:41 -0700 Subject: Various man page fixups, add inproc header. We added nng_inproc man page, and a header with an explicit registration method for it. We also fixed up the markup on several other pages, and corrected the include statements for nng_zerotier. --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9c67a22b..a5a49052 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -143,6 +143,9 @@ if (NNG_PLATFORM_WINDOWS) ) endif() +install(FILES transport/inproc/inproc.h + DESTINATION include/nng/transport/inproc) + if (NNG_ENABLE_ZEROTIER) set (NNG_SOURCES ${NNG_SOURCES} transport/zerotier/zerotier.c -- cgit v1.2.3-70-g09d2