From cfbc063dd3f34ddc4754f3425f9ac4c243a70979 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 3 Feb 2009 10:43:45 +0000 Subject: Add a 'make doc' target to create doxygen documentation. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@224 7dcaeef0-15fb-0310-b436-a5af3365683c --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2caed71c..2a8af3b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,7 @@ include(ConfigureChecks.cmake) configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) # check subdirectories +add_subdirectory(doc) add_subdirectory(include) add_subdirectory(libssh) -- cgit v1.2.3