Import("env")
env.SharedLibrary(
  target="#lib/dials_algorithms_symmetry_refstat_ext",
  source=["refstat.cpp"],
  LIBS=env["LIBS"])
