Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 12:16:02 AM (16 years ago)
Author:
landauf
Message:

compiles with mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/cmake/FindENet.cmake

    r536 r547  
    2828    )
    2929
     30IF(WIN32)
     31  SET(WINDOWS_ENET_DEPENDENCIES "ws2_32;winmm")
     32ENDIF(WIN32)
     33SET(ENet_LIBRARY ${ENet_LIBRARY} ${WINDOWS_ENET_DEPENDENCIES})
     34
    3035IF (ENet_INCLUDE_DIR AND ENet_LIBRARY)
    3136    SET(ENET_FOUND TRUE)
Note: See TracChangeset for help on using the changeset viewer.