Fix enet on windows;

This commit is contained in:
bjorn 2017-07-24 01:29:14 -07:00
parent 059c5d3ef2
commit ce26850a8a
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ else()
add_subdirectory(deps/enet enet)
include_directories(deps/enet/include)
set(LOVR_ENET enet)
if(WIN32)
set(LOVR_ENET ${LOVR_ENET} ws2_32 winmm)
endif()
endif()
# FreeType