Skip to content

Commit

Permalink
Add load() statements to TARGETS files
Browse files Browse the repository at this point in the history
Reviewed By: styurin

Differential Revision: D13734474

fbshipit-source-id: 427723e7888c6fcd33c8e198d9bcd868ab0aa913
  • Loading branch information
nataliejameson authored and facebook-github-bot committed Jan 25, 2019
1 parent dbed61f commit 61b9ccb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TARGETS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
load("@bazel_skylib//lib:dicts.bzl", "dicts")
load("@fbcode_macros//build_defs:auto_headers.bzl", "AutoHeaders")
load("@fbcode_macros//build_defs:cpp_benchmark.bzl", "cpp_benchmark")
load("@fbcode_macros//build_defs:cpp_binary.bzl", "cpp_binary")
load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library")
load("@fbcode_macros//build_defs:cpp_unittest.bzl", "cpp_unittest")
load("@fbcode_macros//build_defs:custom_unittest.bzl", "custom_unittest")
load(":defs.bzl", "WDT_ENV", "wdt_py_test", "wdt_sh_test")

WDT_COMPILER_FLAGS = [
Expand Down
4 changes: 4 additions & 0 deletions bench/TARGETS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
load("@fbcode_macros//build_defs:cpp_binary.bzl", "cpp_binary")
load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library")
load("@fbcode_macros//build_defs:cpp_unittest.bzl", "cpp_unittest")

wdt_compiler_flags = [
"-Wextra",
"-Wsign-compare",
Expand Down

0 comments on commit 61b9ccb

Please sign in to comment.