aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-02-03 10:43:45 +0000
committerAndreas Schneider <mail@cynapses.org>2009-02-03 10:43:45 +0000
commitcfbc063dd3f34ddc4754f3425f9ac4c243a70979 (patch)
treea8b295c143acb4864487655079421a8e8de0372f /CMakeLists.txt
parent81de36e923be647d6f9b1bc90688e5554070b2dc (diff)
downloadlibssh-cfbc063dd3f34ddc4754f3425f9ac4c243a70979.tar.gz
libssh-cfbc063dd3f34ddc4754f3425f9ac4c243a70979.tar.xz
libssh-cfbc063dd3f34ddc4754f3425f9ac4c243a70979.zip
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)