Changeset 7990 for code/branches/usability/cmake
- Timestamp:
- Feb 27, 2011, 5:29:19 PM (14 years ago)
- Location:
- code/branches/usability
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability
- Property svn:mergeinfo changed
/code/trunk (added) merged: 7952,7954-7955
- Property svn:mergeinfo changed
-
code/branches/usability/cmake/LibraryConfig.cmake
r7459 r7990 101 101 IF(POCO_REQUIRED) 102 102 FIND_PACKAGE(POCO REQUIRED) 103 # Always link against POCO too because of threading 104 SET(OGRE_LIBRARY ${OGRE_LIBRARY} ${POCO_LIBRARY}) 103 105 ENDIF() 104 106 IF(WIN32)
Note: See TracChangeset
for help on using the changeset viewer.