Changeset 7309 for code/branches/doc/src
- Timestamp:
- Sep 1, 2010, 11:51:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/CMakeLists.txt
r7224 r7309 116 116 ADD_SUBDIRECTORY(modules) 117 117 118 ################ Executable################118 ################## Executable ################### 119 119 120 120 INCLUDE_DIRECTORIES( … … 161 161 CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/orxonox-main.vcproj.user.in" "${CMAKE_CURRENT_BINARY_DIR}/orxonox-main.vcproj.user") 162 162 ENDIF(MSVC) 163 164 #################### Doxygen #################### 165 166 # Prepare include paths for Doxygen. This is necessary to display 167 # the correct path to use when including a file, e.g. 168 # core/XMLPort.h instead of src/core/XMLPort.h 169 170 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/modules) 171 GET_DIRECTORY_PROPERTY(_temp INCLUDE_DIRECTORIES) 172 # Replace ';' by spaces 173 STRING(REPLACE ";" " " _temp "${_temp}") 174 SET(DOXYGEN_INCLUDE_DIRECTORIES "${_temp}" PARENT_SCOPE)
Note: See TracChangeset
for help on using the changeset viewer.