Moved the TARGET_NAME setting into the SETUP_APPLICATION/EXAMPLE macro
This commit is contained in:
parent
9b30cf2960
commit
d9a94f7890
@ -99,7 +99,9 @@ MACRO(SETUP_EXE)
|
||||
|
||||
ENDMACRO(SETUP_EXE)
|
||||
|
||||
MACRO(SETUP_APPLICATION)
|
||||
MACRO(SETUP_APPLICATION APPLICATION_NAME)
|
||||
|
||||
SET(TARGET_NAME ${APPLICATION_NAME} )
|
||||
|
||||
SETUP_EXE()
|
||||
|
||||
@ -108,7 +110,9 @@ MACRO(SETUP_APPLICATION)
|
||||
ENDMACRO(SETUP_APPLICATION)
|
||||
|
||||
|
||||
MACRO(SETUP_EXAMPLE)
|
||||
MACRO(SETUP_EXAMPLE EXAMPLE_NAME)
|
||||
|
||||
SET(TARGET_NAME ${EXAMPLE_NAME} )
|
||||
|
||||
SETUP_EXE()
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgarchive )
|
||||
|
||||
SET(TARGET_SRC osgarchive.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_APPLICATION()
|
||||
SETUP_APPLICATION(osgarchive)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgconv )
|
||||
|
||||
SET(TARGET_SRC OrientationConverter.cpp osgconv.cpp )
|
||||
SET(TARGET_H OrientationConverter.h )
|
||||
#### end var setup ###
|
||||
SETUP_APPLICATION()
|
||||
SETUP_APPLICATION(osgconv)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgversion )
|
||||
|
||||
SET(TARGET_SRC osgversion.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_APPLICATION()
|
||||
SETUP_APPLICATION(osgversion)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgviewer )
|
||||
|
||||
SET(TARGET_SRC osgviewer.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_APPLICATION()
|
||||
SETUP_APPLICATION(osgviewer)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osganimate )
|
||||
|
||||
SET(TARGET_SRC osganimate.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgSim )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osganimate)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgautotransform )
|
||||
|
||||
SET(TARGET_SRC osgautotransform.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgautotransform)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgbillboard )
|
||||
|
||||
SET(TARGET_SRC osgbillboard.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgbillboard)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgblendequation )
|
||||
|
||||
SET(TARGET_SRC osgblendequation.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgblendequation)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgcallback )
|
||||
|
||||
SET(TARGET_SRC osgcallback.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgcallback)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgcamera )
|
||||
|
||||
SET(TARGET_SRC osgcamera.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgcamera)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgcatch )
|
||||
|
||||
SET(TARGET_SRC osgcatch.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgParticle )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgcatch)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgclip )
|
||||
|
||||
SET(TARGET_SRC osgclip.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgclip)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgcopy )
|
||||
|
||||
SET(TARGET_SRC osgcopy.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgcopy)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgcubemap )
|
||||
|
||||
SET(TARGET_SRC osgcubemap.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgcubemap)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgdelaunay )
|
||||
|
||||
SET(TARGET_SRC osgdelaunay.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgdelaunay)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgdepthpartition )
|
||||
|
||||
SET(TARGET_SRC DepthPartitionNode.cpp DistanceAccumulator.cpp osgdepthpartition.cpp )
|
||||
SET(TARGET_H DepthPartitionNode.h DistanceAccumulator.h )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgdepthpartition)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgdepthshadow )
|
||||
|
||||
SET(TARGET_SRC osgdepthshadow.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgShadow )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgdepthshadow)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgdistortion )
|
||||
|
||||
SET(TARGET_SRC osgdistortion.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgdistortion)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgfadetext )
|
||||
|
||||
SET(TARGET_SRC osgfadetext.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgText )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgfadetext)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgforest )
|
||||
|
||||
SET(TARGET_SRC osgforest.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgforest)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgfxbrowser )
|
||||
|
||||
SET(TARGET_SRC Frame.cpp osgfxbrowser.cpp )
|
||||
SET(TARGET_H Frame.h )
|
||||
SET(TARGET_ADDED_LIBRARIES osgFX osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgfxbrowser)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osggeodemo )
|
||||
|
||||
SET(TARGET_SRC osggeodemo.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osggeodemo)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osggeometry )
|
||||
|
||||
SET(TARGET_SRC osggeometry.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osggeometry)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osghangglide )
|
||||
|
||||
SET(TARGET_SRC
|
||||
GliderManipulator.cpp
|
||||
base.cpp
|
||||
@ -19,4 +19,4 @@ terrain_normals.h
|
||||
terrain_texcoords.h
|
||||
)
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osghangglide)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osghud )
|
||||
|
||||
SET(TARGET_SRC osghud.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osghud)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgimpostor )
|
||||
|
||||
SET(TARGET_SRC TestManipulator.cpp osgimpostor.cpp )
|
||||
SET(TARGET_H TestManipulator.h )
|
||||
SET(TARGET_ADDED_LIBRARIES osgSim )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgimpostor)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgintersection )
|
||||
|
||||
SET(TARGET_SRC osgintersection.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgSim )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgintersection)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgkeyboard )
|
||||
|
||||
SET(TARGET_SRC osgkeyboard.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgFX )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgkeyboard)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgkeyboardmouse )
|
||||
|
||||
SET(TARGET_SRC osgkeyboardmouse.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgFX )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgkeyboardmouse)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osglauncher )
|
||||
|
||||
SET(TARGET_SRC osglauncher.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osglauncher)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osglight )
|
||||
|
||||
SET(TARGET_SRC osglight.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osglight)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osglightpoint )
|
||||
|
||||
SET(TARGET_SRC osglightpoint.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgSim )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osglightpoint)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osglogicop )
|
||||
|
||||
SET(TARGET_SRC osglogicop.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osglogicop)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osglogo )
|
||||
|
||||
SET(TARGET_SRC osglogo.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osglogo)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgmanipulator )
|
||||
|
||||
SET(TARGET_SRC osgmanipulator.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgManipulator )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgmanipulator)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgmotionblur )
|
||||
|
||||
SET(TARGET_SRC osgmotionblur.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgmotionblur)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgmovie )
|
||||
|
||||
SET(TARGET_SRC osgmovie.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgmovie)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgmultiplecameras )
|
||||
|
||||
SET(TARGET_SRC osgmultiplecameras.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgFX )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgmultiplecameras)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgmultitexture )
|
||||
|
||||
SET(TARGET_SRC osgmultitexture.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgmultitexture)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgoccluder )
|
||||
|
||||
SET(TARGET_SRC osgoccluder.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgoccluder)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgpagedlod )
|
||||
|
||||
SET(TARGET_SRC osgpagedlod.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgpagedlod)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgparametric )
|
||||
|
||||
SET(TARGET_SRC osgparametric.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgparametric)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgparticle )
|
||||
|
||||
SET(TARGET_SRC osgparticle.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgParticle )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgparticle)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgparticleeffects )
|
||||
|
||||
SET(TARGET_SRC osgparticleeffects.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgParticle osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgparticleeffects)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgphotoalbum )
|
||||
|
||||
SET(TARGET_SRC ImageReaderWriter.cpp PhotoArchive.cpp osgphotoalbum.cpp )
|
||||
SET(TARGET_H ImageReaderWriter.h PhotoArchive.h )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgphotoalbum)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgpick )
|
||||
|
||||
SET(TARGET_SRC osgpick.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgpick)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgplanets )
|
||||
|
||||
SET(TARGET_SRC osgplanets.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgplanets)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgpoints )
|
||||
|
||||
SET(TARGET_SRC osgpoints.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgpoints)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgpointsprite )
|
||||
|
||||
SET(TARGET_SRC osgpointsprite.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgpointsprite)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgprecipitation )
|
||||
|
||||
SET(TARGET_SRC osgprecipitation.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgParticle )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgprecipitation)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgprerender )
|
||||
|
||||
SET(TARGET_SRC osgprerender.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgprerender)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgprerendercubemap )
|
||||
|
||||
SET(TARGET_SRC osgprerendercubemap.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgprerendercubemap)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgreflect )
|
||||
|
||||
SET(TARGET_SRC osgreflect.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgreflect)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgscalarbar )
|
||||
|
||||
SET(TARGET_SRC osgscalarbar.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgSim )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgscalarbar)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgscribe )
|
||||
|
||||
SET(TARGET_SRC osgscribe.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgscribe)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgsequence )
|
||||
|
||||
SET(TARGET_SRC osgsequence.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgsequence)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgshaders )
|
||||
|
||||
SET(TARGET_SRC GL2Scene.cpp Noise.cpp osgshaders.cpp )
|
||||
SET(TARGET_H GL2Scene.h Noise.h )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgshaders)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgshaderterrain )
|
||||
|
||||
SET(TARGET_SRC osgshaderterrain.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES OpenThreads )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgshaderterrain)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgshadow )
|
||||
|
||||
SET(TARGET_SRC osgshadow.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgShadow )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgshadow)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgshadowtexture )
|
||||
|
||||
SET(TARGET_SRC CreateShadowedScene.cpp osgshadowtexture.cpp )
|
||||
SET(TARGET_H CreateShadowedScene.h )
|
||||
SET(TARGET_ADDED_LIBRARIES osgShadow )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgshadowtexture)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgshape )
|
||||
|
||||
SET(TARGET_SRC osgshape.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgshape)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgsimple )
|
||||
|
||||
SET(TARGET_SRC osgsimple.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgsimple)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgsimplifier )
|
||||
|
||||
SET(TARGET_SRC osgsimplifier.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgsimplifier)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgsimulation )
|
||||
|
||||
SET(TARGET_SRC osgsimulation.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgSim osgGA )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgsimulation)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgslice )
|
||||
|
||||
SET(TARGET_SRC osgslice.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgslice)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgspacewarp )
|
||||
|
||||
SET(TARGET_SRC osgspacewarp.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgspacewarp)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgspheresegment )
|
||||
|
||||
SET(TARGET_SRC osgspheresegment.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgSim osgParticle )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgspheresegment)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgspotlight )
|
||||
|
||||
SET(TARGET_SRC osgspotlight.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgspotlight)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgstereoimage )
|
||||
|
||||
SET(TARGET_SRC osgstereoimage.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgstereoimage)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgteapot )
|
||||
|
||||
SET(TARGET_SRC osgteapot.cpp )
|
||||
SET(TARGET_EXTERNAL_LIBRARIES ${OPENGL_LIBRARIES} )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgteapot)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgterrain )
|
||||
|
||||
SET(TARGET_SRC osgterrain.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgTerrain )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgterrain)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgtessellate )
|
||||
|
||||
SET(TARGET_SRC osgtessellate.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgtessellate)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgtext )
|
||||
|
||||
SET(TARGET_SRC osgtext.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgText )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgtext)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgtexture1D )
|
||||
|
||||
SET(TARGET_SRC osgtexture1D.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgtexture1D)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgtexture2D )
|
||||
|
||||
SET(TARGET_SRC osgtexture2D.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgtexture2D)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgtexture3D )
|
||||
|
||||
SET(TARGET_SRC osgtexture3D.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgtexture3D)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgtexturerectangle )
|
||||
|
||||
SET(TARGET_SRC osgtexturerectangle.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgtexturerectangle)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgunittests )
|
||||
|
||||
SET(TARGET_SRC UnitTestFramework.cpp UnitTests_osg.cpp osgunittests.cpp performance.cpp )
|
||||
SET(TARGET_H UnitTestFramework.h performance.h )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgunittests)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgvertexprogram )
|
||||
|
||||
SET(TARGET_SRC osgvertexprogram.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgvertexprogram)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgvolume )
|
||||
|
||||
SET(TARGET_SRC osgvolume.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgvolume)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#this file is automatically generated
|
||||
|
||||
SET(TARGET_NAME osgwindows )
|
||||
|
||||
SET(TARGET_SRC osgwindows.cpp )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE()
|
||||
SETUP_EXAMPLE(osgwindows)
|
||||
|
Loading…
Reference in New Issue
Block a user