Skip to content

Commit

Permalink
Merge pull request #9 from kerautret/DoxyDoc
Browse files Browse the repository at this point in the history
Customize doxygen page
  • Loading branch information
dcoeurjo committed May 9, 2016
2 parents 4447cd9 + 08954f9 commit ec2698d
Show file tree
Hide file tree
Showing 5 changed files with 1,573 additions and 16 deletions.
23 changes: 13 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ LINK_DIRECTORIES(${DGTAL_LIBRARY_DIRS})
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
message(STATUS "DGtal found.")

# -----------------------------------------------------------------------------
# Documentation
# -----------------------------------------------------------------------------
message(STATUS "-------------------------------------------------------------------------------")
message(STATUS "Checking if doxygen/dot is installed:")
set(INSTALL_DOC_PATH ${CMAKE_INSTALL_PREFIX}/share/DGtalTools CACHE PATH "Installation directory for DGtal documentation files.")
INCLUDE(doxygen)
INCLUDE(TargetDoxygenDoc OPTIONAL)
message(STATUS "-------------------------------------------------------------------------------")

# -------------------------------------------------------------------------
# This test is for instance used for ITK v3.x. ITK forces a limited
# template depth. We remove this option.
Expand Down Expand Up @@ -71,6 +61,19 @@ if ( Boost_FOUND )
SET(DGtalLibInc ${Boost_INCLUDE_DIRS})
endif( Boost_FOUND )




# -----------------------------------------------------------------------------
# Documentation
# -----------------------------------------------------------------------------
message(STATUS "-------------------------------------------------------------------------------")
message(STATUS "Checking if doxygen/dot is installed:")
set(INSTALL_DOC_PATH ${CMAKE_INSTALL_PREFIX}/share/DGtalTools CACHE PATH "Installation directory for DGtal documentation files.")
INCLUDE(doxygen)
INCLUDE(TargetDoxygenDoc OPTIONAL)
message(STATUS "-------------------------------------------------------------------------------")

#------Tools subdirectories ------
add_subdirectory(volumetric)
add_subdirectory(shapeGenerator)
Expand Down
Loading

0 comments on commit ec2698d

Please sign in to comment.