From Jean-Sebastien Guay, added missing windows socket library

This commit is contained in:
Robert Osfield 2009-01-29 16:38:46 +00:00
parent d277a85537
commit 04631ff9ae

View File

@ -4,5 +4,9 @@ SET(TARGET_SRC
osgcluster.cpp
)
IF (WIN32)
SET(TARGET_EXTERNAL_LIBRARIES ws2_32)
ENDIF(WIN32)
#### end var setup ###
SETUP_EXAMPLE(osgcluster)