summaryrefslogtreecommitdiff
path: root/src/other_tools/git_operations/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/git_operations/TARGETS')
-rw-r--r--src/other_tools/git_operations/TARGETS12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/other_tools/git_operations/TARGETS b/src/other_tools/git_operations/TARGETS
index 7f5dede1..27be26ed 100644
--- a/src/other_tools/git_operations/TARGETS
+++ b/src/other_tools/git_operations/TARGETS
@@ -34,4 +34,16 @@
, ["", "libgit2"]
]
}
+, "git_config_settings":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["git_config_settings"]
+ , "hdrs": ["git_config_settings.hpp"]
+ , "srcs": ["git_config_settings.cpp"]
+ , "stage": ["src", "other_tools", "git_operations"]
+ , "private-deps":
+ [ ["src/other_tools/utils", "curl_url_handle"]
+ , ["", "libgit2"]
+ , ["@", "fmt", "", "fmt"]
+ ]
+ }
}