# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11(['psf',
                                  'footprint',
                                  'footprintSet',
                                  'threshold',
                                  'peak/peak',
                                  'footprintCtrl',
                                  'gaussianPsf',
                                  'footprintMerge/footprintMerge',
                                  'heavyFootprint'],
                                 addUnderscore=False)
