Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2011, 5:01:44 PM (14 years ago)
Author:
rgrieder
Message:

Cleanup in CEGUI framework finding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/cmake/tools/FindCEGUI.cmake

    r8113 r8120  
    3434FIND_PATH(CEGUI_INCLUDE_DIR CEGUI.h
    3535  PATHS $ENV{CEGUIDIR}
    36   PATH_SUFFIXES include include/CEGUI Headers
     36  PATH_SUFFIXES include include/CEGUI
    3737)
    3838
     
    6060    $ENV{CEGUILUADIR}
    6161    ${CEGUI_INCLUDE_DIR}/ScriptingModules/LuaScriptModule
    62   PATH_SUFFIXES include include/CEGUI Headers
     62  PATH_SUFFIXES include include/CEGUI
    6363)
    6464# Find CEGUILua libraries
     
    8383    ${CEGUILUA_INCLUDE_DIR}/support/tolua++
    8484    # For Mac OS X, tolua++ is a separate framework in the dependency package
    85     $ENV{CEGUITOLUADIR}
    86   PATH_SUFFIXES Headers
     85    ${DEP_FRAMEWORK_DIR}
    8786  NO_DEFAULT_PATH # Don't attempt to find tolua++ installed on the system
    8887)
     
    108107      $ENV{CEGUIOGRERENDERERDIR}
    109108      ${CEGUI_INCLUDE_DIR}/RendererModules/Ogre
    110     PATH_SUFFIXES include include/CEGUI Headers
     109    PATH_SUFFIXES include include/CEGUI
    111110  )
    112111  # Find CEGUI OGRE Renderer libraries
Note: See TracChangeset for help on using the changeset viewer.