diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-08-27 16:46:01 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-08-27 16:46:01 +0200 |
commit | 648f5cf400daf522ce486ad6670f866c2344b7e9 (patch) | |
tree | c72fc43d9b1a8b2b3c6693e64a927473b8574b7d /doc | |
parent | f49bb1b6a3a4d9d867dce6f58621d856a80a245c (diff) | |
download | libssh-648f5cf400daf522ce486ad6670f866c2344b7e9.tar.gz libssh-648f5cf400daf522ce486ad6670f866c2344b7e9.tar.xz libssh-648f5cf400daf522ce486ad6670f866c2344b7e9.zip |
cmake: Fix doxygen generation
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 079c62b2..7bcc0d67 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -5,5 +5,6 @@ find_package(Doxygen) if (DOXYGEN_FOUND) doxygen_add_docs(docs + ${CMAKE_SOURCE_DIR}/src ${CMAKE_CURRENT_SOURCE_DIR}) endif() |