mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix top dir for documentation generation with CMake when grouping projects.
This commit is contained in:
parent
fdaaed5442
commit
45357608d7
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ find_package(Doxygen)
|
|||
|
||||
if(DOXYGEN_FOUND)
|
||||
if(DOXYGEN_DOT_FOUND)
|
||||
set(top_srcdir ${CMAKE_SOURCE_DIR})
|
||||
set(top_srcdir "${CMAKE_CURRENT_LIST_DIR}/../../")
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
|
||||
file(GLOB DOC_INPUT_FILES
|
||||
[^.]*.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue