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 --- doc/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/CMakeLists.txt (limited to 'doc/CMakeLists.txt') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 00000000..31242811 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,5 @@ +# +# Build the documentation +# +include(UseDoxygen OPTIONAL) + -- cgit v1.2.3