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

    r1776 r1872  
    2222    FIND_PATH(OGRE_INCLUDE_DIR Ogre.h
    2323        ../libs/ogre/OgreMain/include
     24        ${DEPENDENCY_DIR}/ogre-1.4.9/include
    2425    )
    2526
     
    2728    FIND_LIBRARY(OGRE_LIBDIR NAMES ${OGRE_LIBRARIES} PATHS
    2829        ../libs/ogre/Samples/Common/bin/Release
     30        ${DEPENDENCY_DIR}/ogre-1.4.9/lib
    2931    )
    3032
Note: See TracChangeset for help on using the changeset viewer.