ENH: Add all subdirectories
This commit is contained in:
parent
16fe086267
commit
032883cc34
|
@ -37,6 +37,11 @@ OUTPUT_DIRECTORY = "@CMAKE_BINARY_DIR@/Utilities/Doxygen/doc"
|
|||
|
||||
INPUT = \
|
||||
"@CMAKE_SOURCE_DIR@/Source" \
|
||||
"@CMAKE_SOURCE_DIR@/Source/CTest" \
|
||||
"@CMAKE_SOURCE_DIR@/Source/CursesDialog" \
|
||||
"@CMAKE_SOURCE_DIR@/Source/MFCDialog" \
|
||||
"@CMAKE_SOURCE_DIR@/Source/WXDialog" \
|
||||
"@CMAKE_SOURCE_DIR@/Source/kwsys" \
|
||||
"@CMAKE_BINARY_DIR@/Utilities/Doxygen/dox/doc_CMake_contributors.dox" \
|
||||
|
||||
EXTRACT_ALL = YES
|
||||
|
|
Loading…
Reference in New Issue