From 64b4d2fa4a463dcd443402bf0574927e3a7563a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20D=C3=A9saulniers?= <sim.desaulniers@gmail.com> Date: Sat, 2 Jul 2016 01:20:46 +0200 Subject: [PATCH] doc: add missing CMakeLists.txt --- doc/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/CMakeLists.txt diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 00000000..83a804e4 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,3 @@ +if (OPENDHT_TOOLS) + INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dhtnode.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1) +endif () -- GitLab