import sys
sys.path.append('build')
import blade_helper


cc_binary(
    name = "tcaplus_api_table_traverse",
    srcs = blade_helper.GetAllCpp(),
    deps = [
        "//tcaplus/src/service_api:tcaplusserviceapi",
        "//thirdparty/tsf4g:tdr",
    ],
)

