Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2010, 9:07:43 PM (15 years ago)
Author:
rgrieder
Message:

Merged changes related to Visual Leak Detector and source file handling from sandbox QT to trunk.

File:
1 edited

Legend:

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

    r7459 r7818  
    8484  ${DIRECTX_INCLUDE_DIR}
    8585  ${ZLIB_INCLUDE_DIR}
    86   ${VLD_INCLUDE_DIR}
    8786
    8887  # All includes in "externals" should be prefixed with the path
     
    123122################## Executable ###################
    124123
     124SET_SOURCE_FILES(ORXONOX_MAIN_SRC_FILES Orxonox.cc)
     125
    125126INCLUDE_DIRECTORIES(
    126127  ${CMAKE_CURRENT_SOURCE_DIR}/libraries
     
    139140    orxonox
    140141  SOURCE_FILES
    141     Orxonox.cc
     142    ${ORXONOX_MAIN_SRC_FILES}
    142143  OUTPUT_NAME orxonox
    143144)
Note: See TracChangeset for help on using the changeset viewer.