Changeset 9667 for code/trunk/src/SourceConfig.cmake
- Timestamp:
- Aug 25, 2013, 9:08:42 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core6 merged: 9552-9554,9556-9574,9577-9579,9585-9593,9596-9612,9626-9662
- Property svn:mergeinfo changed
-
code/trunk/src/SourceConfig.cmake
r9550 r9667 99 99 # All includes in "externals" should be prefixed with the path 100 100 # relative to "external" to avoid conflicts 101 ${CMAKE_CURRENT_SOURCE_DIR}/external101 ../src/external 102 102 # Include directories needed even if only included by Orxonox 103 ${CMAKE_CURRENT_SOURCE_DIR}/external/bullet104 ${CMAKE_CURRENT_SOURCE_DIR}/external/ois103 ../src/external/bullet 104 ../src/external/ois 105 105 106 106 # External
Note: See TracChangeset
for help on using the changeset viewer.