Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2016, 3:42:37 PM (8 years ago)
Author:
landauf
Message:

updated build-script to work with mingw-w64 and the new dependency package

File:
1 edited

Legend:

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

    r11097 r11113  
    127127
    128128IF(WIN32)
    129   FIND_PACKAGE(DbgHelp)
    130   FIND_PACKAGE(DirectX       REQUIRED)
    131129  IF(MSVC)
    132130    # Check whether we can use Visual Leak Detector
    133131    FIND_PACKAGE(VLD QUIET)
     132    FIND_PACKAGE(DbgHelp)
     133    FIND_PACKAGE(DirectX       REQUIRED)
    134134  ENDIF()
    135135ENDIF()
Note: See TracChangeset for help on using the changeset viewer.