examples/alphashapes/SConscript
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 24 Jan 2007 17:50:45 -0500
changeset 14 d68c28a18f37
parent 8 7b688bc77e86
permissions -rw-r--r--
Added computation of PDBDistanceGrid for all atoms of the backbone (not just alpha-carbons)

Import('*')

# Sources
sources = 				['alphashapes3d.cpp', 'alpharadius.cpp']

for s in sources:
	Default				(env.Program([s] + external_sources))