#
# $Id: CMakeLists.txt,v 1.1.1.1 2006/12/19 22:59:35 christianh Exp $
#

#
# Build the documentation
#
INCLUDE (${CMAKE_ROOT}/Modules/Documentation.cmake OPTIONAL)

IF (BUILD_DOCUMENTATION)

  #
  # Configure the script and the doxyfile, then add target
  #
  CONFIGURE_FILE(
    ${SVV_SOURCE_DIR}/Utilities/Doxygen/doxyfile.in
    ${SVV_BINARY_DIR}/Utilities/Doxygen/doxyfile)

  ADD_CUSTOM_TARGET(DoxygenDoc
    ${DOXYGEN} ${SVV_BINARY_DIR}/Utilities/Doxygen/doxyfile)

ENDIF (BUILD_DOCUMENTATION)

INCLUDE (${SVV_SOURCE_DIR}/Utilities/Doxygen/LocalUserOptions.cmake OPTIONAL)

INSTALL_FILES(/lib/vtk/doxygen "\\.css$")
INSTALL_FILES(/lib/vtk/doxygen "\\.gif$")
INSTALL_FILES(/lib/vtk/doxygen "\\.html$")
INSTALL_FILES(/lib/vtk/doxygen "\\.pl$")
INSTALL_FILES(/lib/vtk/doxygen "\\.stop$")

#
# End of: $Id: CMakeLists.txt,v 1.1.1.1 2006/12/19 22:59:35 christianh Exp $.
#
