swh:1:snp:818279ffd0c3c25a68d33cc2b97d007e1bdc7ed6
Raw File
Tip revision: 39b13612ebd645a65eda854771b517371f2f858a authored by ennetws on 13 March 2015, 18:17:18 UTC
Create README.md
Tip revision: 39b1361
topo-blend.pro
TEMPLATE = subdirs
CONFIG += ordered

# Libraries
SUBDIRS += NURBS
SUBDIRS += DynamicVoxel
SUBDIRS += Voxeler
SUBDIRS += ScorerLib
SUBDIRS += TopoBlenderLib
SUBDIRS += Reconstruction
SUBDIRS += GlSplatRendererLib

# Plugins
SUBDIRS += voxel_resampler
SUBDIRS += nurbs_plugin

# Legacy
#SUBDIRS += resample
#SUBDIRS += segment
#SUBDIRS += visiblity_resampler
#SUBDIRS += dynamic_voxel

SUBDIRS += demo         # Standalone demo
SUBDIRS += topo-blend   # Main plugin for topo-blending

#SUBDIRS += test        # Performance test

# Dependecy map
nurbs_plugin.depends = NURBS
TopoBlenderLib.depends = GlSplatRendererLib
topo-blend.depends = GlSplatRendererLib NURBS DynamicVoxel ScorerLib TopoBlenderLib 
demo.depends = GlSplatRendererLib NURBS DynamicVoxel ScorerLib TopoBlenderLib
back to top