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/FindOpenAL.cmake

    r1776 r1872  
    4848  /opt/include
    4949  ../libs/openal-0.0.8/common/include
     50  ${DEPENDENCY_DIR}/openal-1.1/include
    5051  )
    5152# I'm not sure if I should do a special casing for Apple. It is
     
    8586    /opt/lib
    8687    ../libs/openal-0.0.8/src/.libs
     88    ${DEPENDENCY_DIR}/openal-1.1/lib
    8789    )
    8890ENDIF(${OPENAL_INCLUDE_DIR} MATCHES ".framework")
Note: See TracChangeset for help on using the changeset viewer.