Import("env")

sources = ["boost_python/fill_holes_ext.cc"]

env.SharedLibrary(
    target="#/lib/dials_algorithms_image_fill_holes_ext",
    source=sources,
    LIBS=env["LIBS"],
)
