From: Juliana Rodrigueiro Date: Mon, 3 Apr 2017 10:18:44 +0000 (+0200) Subject: Fix doxygen documentation X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=c89d77ed9abbe92e8c80a8d2901bdb3889ca62f2;p=libasyncio Fix doxygen documentation --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a5554f..a58ffe7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,7 @@ if(DOXYGEN_FOUND) message(STATUS "Doxygen found.") set(DOXY_DIR "${CMAKE_SOURCE_DIR}/doc") set(DOXY_CONFIG "${DOXY_DIR}/Doxyfile.in") + set(top_srcdir ${CMAKE_SOURCE_DIR}) # Copy doxy.config.in configure_file("${DOXY_CONFIG}" "${CMAKE_BINARY_DIR}/doxy.config")