Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8121


Ignore:
Timestamp:
Mar 26, 2011, 5:06:54 PM (13 years ago)
Author:
rgrieder
Message:

Lua is in the CEGUILuaScriptModule framework, not in the CEGUI framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/cmake/PackageConfigOSX.cmake

    r8120 r8121  
    4444# Include paths and other special treatments
    4545SET(ENV{BOOST_ROOT}      ${DEPENDENCY_PACKAGE_DIR})
    46 SET(ENV{LUA5.1_DIR}      ${DEP_FRAMEWORK_DIR}/CEGUI.framework/Versions/A/Resources)
     46SET(ENV{LUA5.1_DIR}      ${DEP_FRAMEWORK_DIR}/CEGUILuaScriptModule.framework/Versions/A/Resources)
    4747SET(ENV{OGGDIR}          ${DEP_INCLUDE_DIR})
    4848SET(ENV{VORBISDIR}       ${DEP_INCLUDE_DIR})
Note: See TracChangeset for help on using the changeset viewer.