Changeset 7449 for code/trunk/cmake
- Timestamp:
- Sep 13, 2010, 11:12:21 PM (14 years ago)
- Location:
- code/trunk/cmake
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/LibraryConfig.cmake
r7243 r7449 103 103 ENDIF() 104 104 IF(WIN32) 105 FIND_PACKAGE(DbgHelp) 105 106 FIND_PACKAGE(DirectX REQUIRED) 106 107 ENDIF() -
code/trunk/cmake/PackageConfig.cmake
r7244 r7449 81 81 SET(ENV{BOOST_ROOT} ${DEP_INCLUDE_DIR}/boost) 82 82 SET(ENV{CEGUIDIR} ${DEP_INCLUDE_DIR}/cegui) 83 SET(ENV{DBGHELP_DIR} ${DEP_INCLUDE_DIR}/dbghelp) 83 84 SET(ENV{DXSDK_DIR} ${DEP_INCLUDE_DIR}/directx) 84 85 SET(ENV{ENETDIR} ${DEP_INCLUDE_DIR}/enet)
Note: See TracChangeset
for help on using the changeset viewer.