Import("env")

sources = ["boost_python/ext.cc"]

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