Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2009, 11:02:42 AM (15 years ago)
Author:
rgrieder
Message:

Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).

File:
1 edited

Legend:

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

    r5774 r5781  
    5757
    5858# Include paths and other special treatments
     59SET(ENV{ALUTDIR}               ${DEP_INCLUDE_DIR}/freealut)
    5960SET(ENV{BOOST_ROOT}            ${DEP_INCLUDE_DIR}/boost)
     61SET(ENV{CEGUIDIR}              ${DEP_INCLUDE_DIR}/cegui)
     62SET(ENV{DXSDK_DIR}             ${DEP_INCLUDE_DIR}/directx)
     63SET(ENV{ENETDIR}               ${DEP_INCLUDE_DIR}/enet)
    6064SET(ENV{LUA_DIR}               ${DEP_INCLUDE_DIR}/lua)
     65SET(ENV{OGGDIR}                ${DEP_INCLUDE_DIR}/libogg)
     66SET(ENV{VORBISDIR}             ${DEP_INCLUDE_DIR}/libvorbis)
    6167SET(ENV{OGRE_HOME}             ${DEP_INCLUDE_DIR}/ogre)
     68SET(ENV{OGRE_PLUGIN_DIR}       ${DEP_BINARY_DIR})
     69SET(ENV{OPENALDIR}             ${DEP_INCLUDE_DIR}/openal)
     70LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/tcl/include)
     71LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/zlib/include)
    6272
    6373### INSTALL ###
     74
     75# Tcl script library
     76INSTALL(
     77  DIRECTORY ${DEP_LIBRARY_DIR}/tcl/
     78  DESTINATION lib/tcl
     79)
    6480
    6581# On Windows, DLLs have to be in the executable folder, install them
Note: See TracChangeset for help on using the changeset viewer.