https://github.com/ialhashim/topo-blend
Revision 469a9b16b99eef5075337608ae7090759f89069d authored by jjcao1231@gmail.com on 05 November 2013, 07:05:08 UTC, committed by jjcao1231@gmail.com on 05 November 2013, 07:05:08 UTC
1 parent 88c5a61
Raw File
Tip revision: 469a9b16b99eef5075337608ae7090759f89069d authored by jjcao1231@gmail.com on 05 November 2013, 07:05:08 UTC
Tip revision: 469a9b1
topo-blend.pro
TEMPLATE = subdirs
CONFIG += ordered

# Libraries
SUBDIRS += NURBS \
    RelationDetectorLib
SUBDIRS += DynamicVoxel
SUBDIRS += Voxeler
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
#dynamic_voxel.depends = DynamicVoxel
nurbs_plugin.depends = NURBS
TopoBlenderLib.depends = GlSplatRendererLib
topo-blend.depends = GlSplatRendererLib NURBS DynamicVoxel TopoBlenderLib 
demo.depends = GlSplatRendererLib NURBS DynamicVoxel TopoBlenderLib
back to top