kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/extractors/config/runextractor/cmakecmd/BUILD (about) 1 load("//tools:build_rules/shims.bzl", "go_library") 2 3 package(default_visibility = ["//kythe:default_visibility"]) 4 5 go_library( 6 name = "cmakecmd", 7 srcs = ["cmakecmd.go"], 8 importpath = "kythe.io/kythe/go/extractors/config/runextractor/cmakecmd", 9 deps = [ 10 "//kythe/go/extractors/config/runextractor/compdb", 11 "//kythe/go/util/cmdutil", 12 "//kythe/go/util/flagutil", 13 "//kythe/go/util/log", 14 "@com_github_google_subcommands//:subcommands", 15 ], 16 )