From 04765b75fd186329755695a9afba906edfcda135 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 20 Feb 2025 13:15:38 +0100 Subject: Separate off id generation to a separate library ... and rename appropriately to reflect contents more precisely than the generic "common". This separation also disentangles dependencies a bit. --- test/other_tools/git_operations/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test/other_tools/git_operations/TARGETS') diff --git a/test/other_tools/git_operations/TARGETS b/test/other_tools/git_operations/TARGETS index 77b1ee2f..26815c5a 100644 --- a/test/other_tools/git_operations/TARGETS +++ b/test/other_tools/git_operations/TARGETS @@ -7,6 +7,7 @@ [ ["@", "catch2", "", "catch2"] , ["@", "fmt", "", "fmt"] , ["@", "src", "src/buildtool/execution_api/common", "common"] + , ["@", "src", "src/buildtool/execution_api/common", "ids"] , ["@", "src", "src/buildtool/file_system", "file_system_manager"] , ["@", "src", "src/buildtool/multithreading", "task_system"] , ["@", "src", "src/other_tools/git_operations", "git_ops_types"] -- cgit v1.2.3