Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2009, 10:32:59 AM (15 years ago)
Author:
rgrieder
Message:

Added all paths of included external libraries to the include directories and used ≠ for the includes.
Also added src/orxonox binary directory for consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/CMakeLists.txt

    r2522 r2567  
    1717
    1818INCLUDE_DIRECTORIES(
     19  cpptcl
     20  ois
     21  tinyxml
     22  tolua
     23)
     24
     25INCLUDE_DIRECTORIES(
    1926  .
    20   ois
    2127  orxonox
    22   tolua
    2328  # Required for tolua bind files that are in the build folder
    2429  ${CMAKE_CURRENT_BINARY_DIR}
     30  ${CMAKE_CURRENT_BINARY_DIR}/orxonox
    2531)
    2632
Note: See TracChangeset for help on using the changeset viewer.