Import("env")

sources = ["boost_python/spot_finding_ext.cc"]

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