From b9281a6f58f8de94221462743f6bd7f511153b3c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 16 Jul 2002 11:33:36 +0000 Subject: [PATCH] Added TextureCubeMap.cpp to the .osg plugin Makefile. --- src/osgPlugins/osg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/osg/Makefile b/src/osgPlugins/osg/Makefile index 713030356..cf03022af 100644 --- a/src/osgPlugins/osg/Makefile +++ b/src/osgPlugins/osg/Makefile @@ -46,6 +46,7 @@ CXXFILES =\ TexMat.cpp\ Texture.cpp\ Transform.cpp\ + TextureCubeMap.cpp\ LIBS += $(OSG_LIBS) $(OTHER_LIBS)