ADD_CUSTOM_TARGET(build_code-gallery_h
DEPENDS
${CMAKE_CURRENT_BINARY_DIR}/code-gallery.h
- ${_code_gallery_h_deps})
+ ${_code_gallery_h_deps}
+ COMMENT
+ "Building code-gallery.h")
ADD_DEPENDENCIES(code-gallery build_code-gallery_h)
ADD_CUSTOM_TARGET(code-gallery_${_step}
DEPENDS
${CMAKE_CURRENT_BINARY_DIR}/${_step}.h
+ COMMENT
+ "Building doxygen input file for code gallery program <${_step}>"
)
ADD_DEPENDENCIES(code-gallery code-gallery_${_step})
# Make the custom command for code-gallery.h visible to the parent CMakeLists.txt by attaching to the code-gallery
# custom target:
ADD_CUSTOM_TARGET(build_code-gallery_h
- DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/code-gallery.h)
+ DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/code-gallery.h
+ COMMENT
+ "Building code-gallery.h")
ADD_DEPENDENCIES(code-gallery build_code-gallery_h)
ENDIF()
${_code_gallery_names}
)
ADD_CUSTOM_TARGET(build_tutorial_h
- DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/tutorial.h)
+ DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/tutorial.h
+ COMMENT
+ "Building tutorial.h")
ADD_DEPENDENCIES(tutorial build_tutorial_h)
DEPENDS
${CMAKE_CURRENT_BINARY_DIR}/${_step}.h
${CMAKE_CURRENT_BINARY_DIR}/${_step}.cc
+ COMMENT
+ "Building doxygen input file for tutorial program <${_step}>"
)
ADD_DEPENDENCIES(tutorial tutorial_${_step})
ENDFOREACH()