include_defs('//BUCKAROO_DEPS') cxx_library( name = 'graph', header_namespace = 'boost', exported_headers = subdir_glob([ ('include/boost', '**/*.hpp'), ]), srcs = glob([ 'src/**/*.cpp', ]), visibility = [ 'PUBLIC', ], deps = BUCKAROO_DEPS, )