view doc/CMakeLists.txt @ 402:bae8d4a20ef1

Added strings for add and remove in table view combobox.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 16 Apr 2014 11:03:53 +0200
parents de67047ca229
children 35d6b371ba63
line wrap: on
line source
include (FindDoxygen)

set_directory_properties (PROPERTIES CLEAN_NO_CUSTOM true)
set_directory_properties (PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES ".built-html")

if (NOT DOXYGEN_EXECUTABLE)
    message (STATUS "WARNING: Doxygen is required to build the docs.")
else()
    add_custom_target (doc COMMENT "Building documentation..."
    DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile ${CMAKE_CURRENT_BINARY_DIR}/.built-html)
endif()

add_custom_command (OUTPUT .built-html
    COMMAND sh
    ARGS -c \"${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile && touch ${CMAKE_CURRENT_BINARY_DIR}/.built-html\;\"
    ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
)

http://wald.intevation.org/projects/trustbridge/