This commit is contained in:
Leonardo Murillo 2015-12-08 14:20:19 -08:00
parent dda99bfea6
commit 9ba5670c76

View file

@ -194,7 +194,7 @@ else (APPLE)
# link target to external libraries
if (WIN32)
#target_link_libraries(${TARGET_NAME} wsock32.lib Winmm.lib)
target_link_libraries(${TARGET_NAME} wsock32.lib Winmm.lib)
else (WIN32)
# Nothing else required on linux apparently
endif()