Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 7, 2011, 12:06:56 AM (13 years ago)
Author:
rgrieder
Message:

MSVC specific:
Sorted out Visual Leak Detector handling (it's now treated like a real library, not as a hack).
Also, the vld.h include is gone and with it windows.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/LibraryConfig.cmake

    r8351 r8412  
    129129  FIND_PACKAGE(DbgHelp)
    130130  FIND_PACKAGE(DirectX       REQUIRED)
     131  IF(MSVC)
     132    # Check whether we can use Visual Leak Detector
     133    FIND_PACKAGE(VLD QUIET)
     134  ENDIF()
    131135ENDIF()
    132136
Note: See TracChangeset for help on using the changeset viewer.