Added ws2_32 dependency
This commit is contained in:
parent
e938b6352b
commit
cae754cc1e
@ -53,4 +53,8 @@ ENDIF(SDL_FOUND)
|
|||||||
|
|
||||||
SET(TARGET_ADDED_LIBRARIES osgVolume osgFX)
|
SET(TARGET_ADDED_LIBRARIES osgVolume osgFX)
|
||||||
|
|
||||||
|
IF (WIN32)
|
||||||
|
SET(TARGET_EXTERNAL_LIBRARIES ws2_32)
|
||||||
|
ENDIF(WIN32)
|
||||||
|
|
||||||
SETUP_APPLICATION(present3D-osg)
|
SETUP_APPLICATION(present3D-osg)
|
||||||
|
Loading…
Reference in New Issue
Block a user