Changeset 9553
- Timestamp:
- Mar 17, 2013, 5:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/SourceConfig.cmake
r9550 r9553 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.