Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 29, 2009, 10:23:14 PM (15 years ago)
Author:
rgrieder
Message:

Updated FindXXX scripts.

File:
1 edited

Legend:

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

    r2583 r2614  
    5252IF(MINGW)
    5353  # ENet is linked statically, hence we need to add some windows dependencies
    54   HandleLibraryTypes(ENET ws2_32 winmm)
     54  HANDLE_LIBRARY_TYPES(ENET ws2_32 winmm)
    5555ELSE(MINGW)
    56   HandleLibraryTypes(ENET)
     56  HANDLE_LIBRARY_TYPES(ENET)
    5757ENDIF(MINGW)
    5858
Note: See TracChangeset for help on using the changeset viewer.