summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorPhilip Jameson <pjameson@fb.com>2019-01-22 15:20:28 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-01-22 15:24:51 -0800
commitb2ba06856aa2625a5a5c953e873ef921ba133760 (patch)
tree9e9de6960216f3b6ff8462096ddceb89b43aa50f /TARGETS
parent8189c184ec0b595ca77e7de153fe1f0648484976 (diff)
Add load() statements to TARGETS files
Reviewed By: luciang Differential Revision: D13733578 fbshipit-source-id: 556c115935aa42c1da85ec0e91199b9f198fc467
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS1
1 files changed, 1 insertions, 0 deletions
diff --git a/TARGETS b/TARGETS
index 20a004598..f9c2ae306 100644
--- a/TARGETS
+++ b/TARGETS
@@ -1,4 +1,5 @@
load("@fbcode_macros//build_defs:auto_headers.bzl", "AutoHeaders")
+load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library")
load(":defs.bzl", "test_binary")
REPO_PATH = package_name() + "/"