Removed now redundent example
This commit is contained in:
parent
c989b98f2e
commit
b343cbfc5f
@ -162,7 +162,6 @@ IF(DYNAMIC_OPENSCENEGRAPH)
|
|||||||
ADD_SUBDIRECTORY(osgwidgetshader)
|
ADD_SUBDIRECTORY(osgwidgetshader)
|
||||||
ADD_SUBDIRECTORY(osgwidgetstyled)
|
ADD_SUBDIRECTORY(osgwidgetstyled)
|
||||||
ADD_SUBDIRECTORY(osgwidgettable)
|
ADD_SUBDIRECTORY(osgwidgettable)
|
||||||
ADD_SUBDIRECTORY(osgwidgetversion)
|
|
||||||
ADD_SUBDIRECTORY(osgwidgetwindow)
|
ADD_SUBDIRECTORY(osgwidgetwindow)
|
||||||
ENDIF(BUILD_OSGWIDGET)
|
ENDIF(BUILD_OSGWIDGET)
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
#this file is automatically generated
|
|
||||||
|
|
||||||
|
|
||||||
SET(TARGET_SRC osgwidgetversion.cpp )
|
|
||||||
SET(TARGET_ADDED_LIBRARIES osgWidget )
|
|
||||||
#### end var setup ###
|
|
||||||
SETUP_EXAMPLE(osgwidgetversion)
|
|
@ -1,14 +0,0 @@
|
|||||||
// -*-c++-*- osgWidget - Code by: Jeremy Moles (cubicool) 2007-2008
|
|
||||||
// $Id: osgwidgetversion.cpp 2 2008-01-24 16:11:26Z cubicool $
|
|
||||||
|
|
||||||
#include <osg/Notify>
|
|
||||||
#include <osgWidget/Version>
|
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
|
||||||
osg::notify(osg::NOTICE)
|
|
||||||
<< osgWidgetGetLibraryName() << " "
|
|
||||||
<< osgWidgetGetVersion() << std::endl
|
|
||||||
;
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user