root/trunk/qt4-gui/doc/CMakeLists.txt

Revision 5764, 325 bytes (checked in by eugene, 13 months ago)
  • Auto-updated doxyfile;
  • Introduced doxy target to build doxy;
  • Updated sources to remove doxy warnings;
  • Added target doxy directory into ignores.
Line 
1find_package(Doxygen)
2
3if (DOXYGEN_EXECUTABLE)
4  configure_file(${CMAKE_CURRENT_SOURCE_DIR}/qt-gui.doxygen ${CMAKE_CURRENT_BINARY_DIR}/qt-gui.doxygen)
5
6  add_custom_target(doxy
7    command ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/qt-gui.doxygen
8    working_directory ${CMAKE_SOURCE_DIR})
9
10endif (DOXYGEN_EXECUTABLE)
Note: See TracBrowser for help on using the browser.