Changeset 6387 for code/branches/presentation2/doc
- Timestamp:
- Dec 21, 2009, 1:18:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/doc/api/CMakeLists.txt
r5695 r6387 32 32 SET(DOXY_INPUT_DIR ${CMAKE_CURRENT_SOURCE_DIR}) 33 33 SET(DOXY_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}) 34 34 35 35 # we need latex for doxygen because of the formulas 36 36 # Orxonox doesn't … … 45 45 # MESSAGE(STATUS "dvips command DVIPS_CONVERTER not found but usually required.") 46 46 #ENDIF (NOT DVIPS_CONVERTER) 47 47 48 48 IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/doxy.config.in) 49 49 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/doxy.config.in ${CMAKE_CURRENT_BINARY_DIR}/doxy.config @ONLY) … … 54 54 MESSAGE(FATAL_ERROR "Warning: Could not find dox.config.in in the root directory.") 55 55 ENDIF() 56 56 57 57 ADD_CUSTOM_TARGET(doc ${DOXYGEN_EXECUTABLE} ${DOXY_CONFIG}) 58 58 59 59 # create a windows help .chm file using hhc.exe 60 60 # HTMLHelp DLL must be in path!
Note: See TracChangeset
for help on using the changeset viewer.