source: pacpusframework/branches/2.0-beta1/doc/CMakeLists.txt@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 882 bytes
Line 
1#################################################
2# ___________ ____ ______ __ __ _____ #
3# \____ \__ \ _/ ___\\____ \| | \/ ___/ #
4# | |_> > __ \\ \___| |_> > | /\___ \ #
5# | __(____ /\___ > __/|____//____ > #
6# |__| \/ \/|__| \/ #
7# #
8#################################################
9
10if(PACPUS_BUILD_DOC)
11 # Debug
12 pacpus_info("Adding target: documentation")
13 # Configure the template Doxyfile for our specific project
14 configure_file(doxyfile.in ${CMAKE_BINARY_DIR}/Doxyfile @ONLY IMMEDIATE)
15 # Add a custom target to run Doxygen when ever the project is built
16 add_custom_target (
17 documentation
18 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/Doxyfile
19 SOURCES ${CMAKE_BINARY_DIR}/Doxyfile)
20endif()
Note: See TracBrowser for help on using the repository browser.