+ fixes #0002329: remove the 2 now obsolete Pivy versions distributed with FreeCAD source code

This commit is contained in:
wmayer
2015-11-05 21:26:05 +01:00
parent 00f20e89c0
commit 13830fe52e
29 changed files with 1 additions and 947543 deletions

View File

@@ -38,14 +38,9 @@ if(DOXYGEN_FOUND)
# exclude some subdirectories
# src/Tools : content not relevant ?
# src/3rdParty/CxImage : obsolete utility
# src/3rdParty/Pivy
# src/3rdParty/Pivy-0.5 : huge python wrappers around Coin3D, not focused
# on FreeCAD properly
# src/3rdParty/CxImage : Windows thumbnailer
set( DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/Tools)
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/3rdParty/CxImage)
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/3rdParty/Pivy)
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/3rdParty/Pivy-0.5)
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/3rdParty/salomesmesh)
STRING(REGEX REPLACE ";" " " DOXYGEN_EXCLUDE_LIST "${DOXYGEN_EXCLUDE_DIR}")