Added Locator and layer setting to osgterrain example

This commit is contained in:
Robert Osfield
2007-03-26 15:52:22 +00:00
parent b419fa93ef
commit 1cdda0654f
4 changed files with 118 additions and 14 deletions

View File

@@ -79,12 +79,12 @@ LINK_INTERNAL(${LIB_NAME}
osgUtil
osg
)
LINK_CORELIB_DEFAULT(${LIB_NAME})
IF(MINGW)
LINK_EXTERNAL(${LIB_NAME}
gdi32
)
ENDIF(MINGW)
IF(MINGW OR CYGWIN)
LINK_EXTERNAL(${LIB_NAME} gdi32 )
ENDIF(MINGW OR CYGWIN)
INCLUDE(ModuleInstall OPTIONAL)