roughtime.googlesource.com/roughtime.git@v0.0.0-20201210012726-dd529367052d/gtest.BUILD (about)

     1  cc_library(
     2      name = "main",
     3      srcs = glob(
     4          ["src/*.cc"],
     5          exclude = ["src/gtest-all.cc"]
     6      ),
     7      hdrs = glob([
     8          "include/**/*.h",
     9          "src/*.h"
    10      ]),
    11      copts = ["-Iexternal/gtest/include"],
    12      linkopts = ["-pthread"],
    13      visibility = ["//visibility:public"],
    14  )