Import("env_scitbx_boost_python_ext", "env_etc")
env = env_scitbx_boost_python_ext.Clone()
env.SharedLibrary(
  target="#lib/scitbx_iso_surface_ext",
  source=[
    "iso_surface_ext.cpp",
])
