https://github.com/ialhashim/topo-blend
Revision 9dbd27166c91967d933cc6c950a4c2538956b304 authored by ennetws on 22 November 2013, 05:01:32 UTC, committed by ennetws on 22 November 2013, 05:01:32 UTC
1 parent 91c6160
Raw File
Tip revision: 9dbd27166c91967d933cc6c950a4c2538956b304 authored by ennetws on 22 November 2013, 05:01:32 UTC
Minor.
Tip revision: 9dbd271
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