Import("env")

sources = [
    "boost_python/image_volume.cc",
    "boost_python/adjacency_list.cc",
    "boost_python/shoebox.cc",
    "boost_python/observation.cc",
    "boost_python/prediction.cc",
    "boost_python/pixel_list.cc",
    "boost_python/ray.cc",
    "boost_python/image.cc",
    "boost_python/data_ext.cc",
]

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