examples/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('*')

SConscript				(['triangle/SConscript',
						  'alphashapes/SConscript',
						  'grid/SConscript'],
						 exports=['env', 'external_sources'])