mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 18:50:27 +09:00
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit a154bd9f22)
10 lines
156 B
CMake
10 lines
156 B
CMake
#
|
|
# Build the documentation
|
|
#
|
|
find_package(Doxygen)
|
|
|
|
if (DOXYGEN_FOUND)
|
|
doxygen_add_docs(docs
|
|
${CMAKE_CURRENT_SOURCE_DIR})
|
|
endif()
|