Changeset 7510 for code/branches/ois_update
- Timestamp:
- Oct 7, 2010, 11:12:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/CMakeLists.txt
r7459 r7510 70 70 # Set the search paths for include files 71 71 INCLUDE_DIRECTORIES( 72 # OrxonoxConfig.h 73 ${CMAKE_CURRENT_BINARY_DIR} 74 75 # All includes in "externals" should be prefixed with the path 76 # relative to "external" to avoid conflicts 77 ${CMAKE_CURRENT_SOURCE_DIR}/external 78 # Include directories needed even if only included by Orxonox 79 ${CMAKE_CURRENT_SOURCE_DIR}/external/bullet 80 ${CMAKE_CURRENT_SOURCE_DIR}/external/ois 81 72 82 # External 73 83 ${OGRE_INCLUDE_DIR} … … 85 95 ${ZLIB_INCLUDE_DIR} 86 96 ${VLD_INCLUDE_DIR} 87 88 # All includes in "externals" should be prefixed with the path89 # relative to "external" to avoid conflicts90 ${CMAKE_CURRENT_SOURCE_DIR}/external91 # Include directories needed even if only included by Orxonox92 ${CMAKE_CURRENT_SOURCE_DIR}/external/bullet93 ${CMAKE_CURRENT_SOURCE_DIR}/external/ois94 95 # OrxonoxConfig.h96 ${CMAKE_CURRENT_BINARY_DIR}97 97 ) 98 98
Note: See TracChangeset
for help on using the changeset viewer.