Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 2, 2008, 7:00:54 PM (16 years ago)
Author:
rgrieder
Message:
  • Modified cmake files to support library finding when using Visual Studio precompiled dependencies
  • Removed vorbisenc executable from library dependency
File:
1 edited

Legend:

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

    r1776 r1872  
    1717  FIND_PATH(DirectX_INCLUDE_DIR "dinput.h"
    1818    C:/DXSDK/Include
     19    $ENV{DXSDK_DIR}/Include
    1920  )
    2021
     
    2223    C:/DXSDK/Lib
    2324    C:/DXSDK/Lib/x86
     25    $ENV{DXSDK_DIR}/lib/x86
    2426  )
    2527
Note: See TracChangeset for help on using the changeset viewer.