## -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11(['cameraSys',
                                  'camera/camera',
                                  'detector/detector',
                                  'orientation',
                                  'transformMap',
                                  'detectorCollection/detectorCollection'],
                                 addUnderscore=False)
