Changeset 8071 for code/branches/kicklib/src/CMakeLists.txt
- Timestamp:
- Mar 14, 2011, 3:53:38 AM (14 years ago)
- Location:
- code/branches/kicklib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib
-
code/branches/kicklib/src/CMakeLists.txt
r8061 r8071 69 69 # Set the search paths for include files 70 70 INCLUDE_DIRECTORIES( 71 # OrxonoxConfig.h 72 ${CMAKE_CURRENT_BINARY_DIR} 73 74 # All includes in "externals" should be prefixed with the path 75 # relative to "external" to avoid conflicts 76 ${CMAKE_CURRENT_SOURCE_DIR}/external 77 # Include directories needed even if only included by Orxonox 78 ${CMAKE_CURRENT_SOURCE_DIR}/external/bullet 79 ${CMAKE_CURRENT_SOURCE_DIR}/external/ois 80 71 81 # External 72 82 ${OGRE_INCLUDE_DIR} … … 84 94 ${DIRECTX_INCLUDE_DIR} 85 95 ${ZLIB_INCLUDE_DIR} 86 87 # All includes in "externals" should be prefixed with the path88 # relative to "external" to avoid conflicts89 ${CMAKE_CURRENT_SOURCE_DIR}/external90 # Include directories needed even if only included by Orxonox91 ${CMAKE_CURRENT_SOURCE_DIR}/external/bullet92 ${CMAKE_CURRENT_SOURCE_DIR}/external/ois93 94 # OrxonoxConfig.h95 ${CMAKE_CURRENT_BINARY_DIR}96 96 ) 97 97
Note: See TracChangeset
for help on using the changeset viewer.