Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 20, 2009, 2:58:51 PM (15 years ago)
Author:
rgrieder
Message:

Small changes for the include directories:

  • Our own directories get specified in src/libraries, src/orxonox and src/modules. This way you cannot include for example "CameraManager.h" in the core library.
  • All tolua bind header files now go to src/toluabind to avoid declaring every folder with such header files in src separately (for each module/library).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/CMakeLists.txt

    r5738 r5752  
    1818 #
    1919
     20INCLUDE_DIRECTORIES(
     21  ${CMAKE_SOURCE_DIR}/src/external
     22  ${CMAKE_SOURCE_DIR}/src/libraries
     23  ${CMAKE_SOURCE_DIR}/src/orxonox
     24  ${CMAKE_CURRENT_SOURCE_DIR}
     25)
     26
    2027################ Sub Directories ################
    2128
Note: See TracChangeset for help on using the changeset viewer.