diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
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 |
