PROJECT(claw)

#INCLUDE( ${CMAKE_ROOT}/Modules/FindDoxygen.cmake OPTIONAL )

#IF( DOXYGEN_FOUND )
#  ADD_CUSTOM_TARGET(doc ALL doxygen)

  # install documentation
#  INSTALL_FILES( ${CLAW_INSTALLDIR_DOC} html )
#ELSE( DOXYGEN_FOUND )
#  MESSAGE( "doxygen not found." )
#ENDIF( DOXYGEN_FOUND )
