Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9553 for code/branches/core6


Ignore:
Timestamp:
Mar 17, 2013, 5:26:13 PM (11 years ago)
Author:
landauf
Message:

fixed include directories when called from test directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/SourceConfig.cmake

    r9550 r9553  
    9999  # All includes in "externals" should be prefixed with the path
    100100  # relative to "external" to avoid conflicts
    101   ${CMAKE_CURRENT_SOURCE_DIR}/external
     101  ../src/external
    102102  # Include directories needed even if only included by Orxonox
    103   ${CMAKE_CURRENT_SOURCE_DIR}/external/bullet
    104   ${CMAKE_CURRENT_SOURCE_DIR}/external/ois
     103  ../src/external/bullet
     104  ../src/external/ois
    105105
    106106  # External
Note: See TracChangeset for help on using the changeset viewer.