# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11([
    "makeMatchStatistics",
    "matchOptimisticB/matchOptimisticB",
    "polynomialTransform",
    "scaledPolynomialTransformFitter",
    "sipTransform",
    "pessimisticPatternMatcherUtils",
], addUnderscore=False)
