From Jean-Sebastien Guay, added missing windows socket library
This commit is contained in:
parent
d277a85537
commit
04631ff9ae
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user