# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11(
    ["rgb/rgb", "_simpleFits"],
    addUnderscore=False,
    extraSrc={"rgb/rgb": ["saturated.cc", "scaling.cc"],
              "_simpleFits": ["simpleFits.cc"]},
)
