Import("env_cbflib_boost_python_ext")
env = env_cbflib_boost_python_ext.Clone()
env.Prepend(LIBS=["cbf",])
env.SharedLibrary(
  target="#lib/cbflib_ext",
  source=["cbflib_ext.cpp",])
