Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2009, 6:00:36 PM (15 years ago)
Author:
landauf
Message:

tcl uses it's native library, orxonox adds new features later (defined in media/tcl/init.tcl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource/cmake/PackageConfig.cmake

    r3309 r3344  
    4242SET(ENV{OGRE_PLUGIN_DIR}       ${DEP_BINARY_DIR})
    4343SET(ENV{OPENALDIR}             ${DEP_INCLUDE_DIR}/openal-1.1)
    44 LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/tcl-8.5.2/include)
     44LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/tcl-8.5.7/include)
    4545LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/zlib-1.2.3/include)
     46
     47SET(TCL_LIBRARY_DIR ${DEPENDENCY_PACKAGE_DIR}/tcl)
    4648
    4749### INSTALL ###
Note: See TracChangeset for help on using the changeset viewer.