Changeset 3370 for code/trunk/cmake/PackageConfig.cmake
- Timestamp:
- Jul 30, 2009, 2:10:44 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/resource (added) merged: 3328,3336-3340,3342-3350,3352-3366
- Property svn:mergeinfo changed
-
code/trunk/cmake/PackageConfig.cmake
r3309 r3370 5 5 # MAJOR: Interface breaking change somewhere (library version changed, etc.) 6 6 # MINOR: Bug fix or small conformant changes 7 SET(DEPENDENCY_VERSION_REQUIRED 2)7 SET(DEPENDENCY_VERSION_REQUIRED 3) 8 8 IF(NOT EXISTS ${DEPENDENCY_PACKAGE_DIR}/version.txt) 9 9 SET(DEPENDENCY_VERSION 1.0) … … 31 31 32 32 # Include paths and other special treatments 33 SET(ENV{ALUTDIR} ${DEP_INCLUDE_DIR}/freealut -1.1.0)34 SET(ENV{BOOST_ROOT} ${DEP_INCLUDE_DIR}/boost -1.39.0)35 SET(ENV{CEGUIDIR} ${DEP_INCLUDE_DIR}/cegui -0.6.2)36 SET(ENV{DXSDK_DIR} ${DEP_INCLUDE_DIR}/directx -2007.aug)37 SET(ENV{ENETDIR} ${DEP_INCLUDE_DIR}/enet -1.2)38 SET(ENV{LUA_DIR} ${DEP_INCLUDE_DIR}/lua -5.1.4)39 SET(ENV{OGGDIR} ${DEP_INCLUDE_DIR}/libogg -1.1.3)40 SET(ENV{VORBISDIR} ${DEP_INCLUDE_DIR}/libvorbis -1.2.0)41 SET(ENV{OGRE_HOME} ${DEP_INCLUDE_DIR}/ogre -1.4.9)33 SET(ENV{ALUTDIR} ${DEP_INCLUDE_DIR}/freealut) 34 SET(ENV{BOOST_ROOT} ${DEP_INCLUDE_DIR}/boost) 35 SET(ENV{CEGUIDIR} ${DEP_INCLUDE_DIR}/cegui) 36 SET(ENV{DXSDK_DIR} ${DEP_INCLUDE_DIR}/directx) 37 SET(ENV{ENETDIR} ${DEP_INCLUDE_DIR}/enet) 38 SET(ENV{LUA_DIR} ${DEP_INCLUDE_DIR}/lua) 39 SET(ENV{OGGDIR} ${DEP_INCLUDE_DIR}/libogg) 40 SET(ENV{VORBISDIR} ${DEP_INCLUDE_DIR}/libvorbis) 41 SET(ENV{OGRE_HOME} ${DEP_INCLUDE_DIR}/ogre) 42 42 SET(ENV{OGRE_PLUGIN_DIR} ${DEP_BINARY_DIR}) 43 SET(ENV{OPENALDIR} ${DEP_INCLUDE_DIR}/openal -1.1)44 LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/tcl -8.5.2/include)45 LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/zlib -1.2.3/include)43 SET(ENV{OPENALDIR} ${DEP_INCLUDE_DIR}/openal) 44 LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/tcl/include) 45 LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/zlib/include) 46 46 47 47 ### INSTALL ### 48 49 # Tcl script library 50 INSTALL( 51 DIRECTORY ${DEP_LIBRARY_DIR}/tcl/ 52 DESTINATION lib/tcl 53 ) 54 48 55 # On Windows, DLLs have to be in the executable folder, install them 49 56 IF(WIN32 AND DEP_BINARY_DIR)
Note: See TracChangeset
for help on using the changeset viewer.