summaryrefslogtreecommitdiff
path: root/src/buildtool/common/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/common/TARGETS')
-rw-r--r--src/buildtool/common/TARGETS15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/buildtool/common/TARGETS b/src/buildtool/common/TARGETS
index 5e882fce..c20ea4e5 100644
--- a/src/buildtool/common/TARGETS
+++ b/src/buildtool/common/TARGETS
@@ -145,4 +145,19 @@
, ["src/buildtool/main", "constants"]
]
}
+, "location":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["location"]
+ , "hdrs": ["location.hpp"]
+ , "srcs": ["location.cpp"]
+ , "deps": [["@", "json", "", "json"]]
+ , "stage": ["src", "buildtool", "common"]
+ , "private-deps":
+ [ ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/file_system", "file_system_manager"]
+ , ["src/buildtool/logging", "log_level"]
+ , ["src/buildtool/logging", "logging"]
+ , ["src/buildtool/storage", "config"]
+ ]
+ }
}