# -*- mode: cmake -*-

add_library(bc_factory bc_factory.cc)

install(TARGETS bc_factory DESTINATION lib)

