summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/TARGETS')
-rw-r--r--src/buildtool/file_system/TARGETS6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/buildtool/file_system/TARGETS b/src/buildtool/file_system/TARGETS
index 8d2f524b..1af5dea8 100644
--- a/src/buildtool/file_system/TARGETS
+++ b/src/buildtool/file_system/TARGETS
@@ -85,7 +85,11 @@
, "hdrs": ["git_context.hpp"]
, "srcs": ["git_context.cpp"]
, "stage": ["src", "buildtool", "file_system"]
- , "private-deps": [["src/buildtool/logging", "logging"], ["", "libgit2"]]
+ , "private-deps":
+ [ ["src/buildtool/logging", "logging"]
+ , ["", "libgit2"]
+ , ["src/utils/cpp", "gsl"]
+ ]
}
, "git_repo":
{ "type": ["@", "rules", "CC", "library"]