Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2009, 10:02:58 PM (15 years ago)
Author:
rgrieder
Message:
  • Corrected version info
  • Bugfix: GCC 3 warning workaround was active for other compilers than GCC
  • Bugfix: Tolua bind files for debug and release configurations had the same path in MSVC. Using separate paths now to avoid reompiling when changing the configuration.
File:
1 edited

Legend:

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

    r2639 r2640  
    9393  ${ZLIB_INCLUDE_DIR}
    9494
    95   # Internal
    96   .
    97   orxonox
    98   # Required for tolua bind and config files that are in the binary folder
     95  # All library includes are prefixed with the path to avoid conflicts
     96  ${CMAKE_CURRENT_SOURCE_DIR}
     97  # Convenience directory
     98  ${CMAKE_CURRENT_SOURCE_DIR}/orxonox
     99  # OrxonoxConfig.h
    99100  ${CMAKE_CURRENT_BINARY_DIR}
    100   ${CMAKE_CURRENT_BINARY_DIR}/orxonox
     101  # Tolua bind files for Core
     102  ${CMAKE_CURRENT_BINARY_DIR}/core/${CMAKE_CFG_INTDIR}
     103  # Tolua bind files for Orxonox
     104  ${CMAKE_CURRENT_BINARY_DIR}/orxonox/${CMAKE_CFG_INTDIR}
    101105)
    102106
Note: See TracChangeset for help on using the changeset viewer.