Skip to content
Snippets Groups Projects
Commit df79a51c authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Doxygen: Exclude CMAKE_BINARY_DIR/External.

parent c9077878
No related branches found
No related tags found
No related merge requests found
...@@ -827,7 +827,8 @@ RECURSIVE = YES ...@@ -827,7 +827,8 @@ RECURSIVE = YES
EXCLUDE = ${CMAKE_SOURCE_DIR}/ThirdParty \ EXCLUDE = ${CMAKE_SOURCE_DIR}/ThirdParty \
${CMAKE_SOURCE_DIR}/scripts \ ${CMAKE_SOURCE_DIR}/scripts \
${CMAKE_SOURCE_DIR}/Tests \ ${CMAKE_SOURCE_DIR}/Tests \
${CMAKE_SOURCE_DIR}/Documentation/ProjectFile ${CMAKE_SOURCE_DIR}/Documentation/ProjectFile \
${CMAKE_BINARY_DIR}/External
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded # directories that are symbolic links (a Unix file system feature) are excluded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment