https://github.com/ialhashim/topo-blend
Revision 38b5bd374cf0f331f148053866a9b44f60d13791 authored by jjcao1231@gmail.com on 08 January 2014, 23:53:28 UTC, committed by jjcao1231@gmail.com on 08 January 2014, 23:53:28 UTC
1 parent aa10e30
Raw File
Tip revision: 38b5bd374cf0f331f148053866a9b44f60d13791 authored by jjcao1231@gmail.com on 08 January 2014, 23:53:28 UTC
Tip revision: 38b5bd3
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