Added support for reading from http and obj files in the static build of Present3D
This commit is contained in:
parent
76de3e6a02
commit
bf8a5c1568
@ -58,13 +58,19 @@ IF (NOT DYNAMIC_OPENSCENEGRAPH)
|
||||
SET(TARGET_ADDED_LIBRARIES
|
||||
${TARGET_ADDED_LIBRARIES}
|
||||
osgdb_ive
|
||||
osgdb_freetype
|
||||
osgdb_openflight
|
||||
osgdb_osg
|
||||
|
||||
osgdb_freetype
|
||||
osgdb_rgb
|
||||
osgdb_jpeg
|
||||
osgdb_png
|
||||
|
||||
osgdb_ffmpeg
|
||||
|
||||
osgdb_openflight
|
||||
osgdb_obj
|
||||
|
||||
osgdb_curl
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
|
@ -58,14 +58,20 @@
|
||||
|
||||
// include the plugins we need
|
||||
USE_OSGPLUGIN(ive)
|
||||
USE_OSGPLUGIN(freetype)
|
||||
USE_OSGPLUGIN(osg)
|
||||
|
||||
USE_OSGPLUGIN(freetype)
|
||||
USE_OSGPLUGIN(rgb)
|
||||
USE_OSGPLUGIN(OpenFlight)
|
||||
USE_OSGPLUGIN(png)
|
||||
USE_OSGPLUGIN(jpeg)
|
||||
|
||||
USE_OSGPLUGIN(ffmpeg)
|
||||
|
||||
USE_OSGPLUGIN(OpenFlight)
|
||||
USE_OSGPLUGIN(obj)
|
||||
|
||||
USE_OSGPLUGIN(curl)
|
||||
|
||||
USE_OSGPLUGIN(p3d)
|
||||
USE_OSGPLUGIN(paths)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user