Changeset 2582 for code/branches/buildsystem2/cmake/FindENet.cmake
- Timestamp:
- Jan 9, 2009, 1:10:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/FindENet.cmake
r2581 r2582 47 47 48 48 # Set optimized and debug libraries 49 HandleLibraryTypes(ENET ${ENET_ADDITIONAL_LIBRARIES}) 49 IF(MINGW) 50 # ENet is linked statically, hence we need to add some windows dependencies 51 HandleLibraryTypes(ENET ws2_32 winmm) 52 ELSE(MINGW) 53 HandleLibraryTypes(ENET) 54 ENDIF(MINGW) 50 55 51 56 MARK_AS_ADVANCED(
Note: See TracChangeset
for help on using the changeset viewer.