Changeset 2614
- Timestamp:
- Jan 29, 2009, 10:23:14 PM (16 years ago)
- Location:
- code/branches/buildsystem2/cmake
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/FindALUT.cmake
r2583 r2614 87 87 88 88 # Set optimized and debug libraries 89 H andleLibraryTypes(ALUT)89 HANDLE_LIBRARY_TYPES(ALUT) 90 90 91 91 MARK_AS_ADVANCED( -
code/branches/buildsystem2/cmake/FindCEGUI.cmake
r2594 r2614 81 81 82 82 # Set optimized and debug libraries 83 H andleLibraryTypes(CEGUI)83 HANDLE_LIBRARY_TYPES(CEGUI) 84 84 85 85 MARK_AS_ADVANCED( -
code/branches/buildsystem2/cmake/FindENet.cmake
r2583 r2614 52 52 IF(MINGW) 53 53 # ENet is linked statically, hence we need to add some windows dependencies 54 H andleLibraryTypes(ENET ws2_32 winmm)54 HANDLE_LIBRARY_TYPES(ENET ws2_32 winmm) 55 55 ELSE(MINGW) 56 H andleLibraryTypes(ENET)56 HANDLE_LIBRARY_TYPES(ENET) 57 57 ENDIF(MINGW) 58 58 -
code/branches/buildsystem2/cmake/FindOGRE.cmake
r2612 r2614 40 40 41 41 # Set optimized and debug libraries 42 H andleLibraryTypes(OGRE)42 HANDLE_LIBRARY_TYPES(OGRE) 43 43 44 44 MARK_AS_ADVANCED( -
code/branches/buildsystem2/cmake/FindOggVorbis.cmake
r2594 r2614 83 83 84 84 # Set optimized and debug libraries 85 H andleLibraryTypes(OGG)86 H andleLibraryTypes(VORBIS)87 H andleLibraryTypes(VORBISFILE)85 HANDLE_LIBRARY_TYPES(OGG) 86 HANDLE_LIBRARY_TYPES(VORBIS) 87 HANDLE_LIBRARY_TYPES(VORBISFILE) 88 88 89 89 MARK_AS_ADVANCED(
Note: See TracChangeset
for help on using the changeset viewer.