aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-10-24 20:40:41 -0700
committerGarrett D'Amore <garrett@damore.org>2017-10-24 20:40:41 -0700
commit5dc7bc188217004cba84d530cbffc18b1df8a331 (patch)
tree2f11f6204e7c4b2a63483dccfaf5f0e768b23b7f /src/CMakeLists.txt
parent4250fc119057eb6a6b534e9c0758488cc5fb034e (diff)
downloadnng-5dc7bc188217004cba84d530cbffc18b1df8a331.tar.gz
nng-5dc7bc188217004cba84d530cbffc18b1df8a331.tar.bz2
nng-5dc7bc188217004cba84d530cbffc18b1df8a331.zip
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.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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