From a89d0e4ae33561667aee540bd45b5985966562be Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 26 Sep 2023 23:50:41 +0200 Subject: Install man pages --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d7646f..41d2c8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ file(WRITE ${CMAKE_BINARY_DIR}/slweb.pc ${slweb_repl_pc}) include(GNUInstallDirs) install(FILES ${CMAKE_BINARY_DIR}/slweb.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) +add_subdirectory(doc) if(BUILD_EXAMPLES) add_subdirectory(examples) -- cgit v1.2.3