From 68e3d9129f84cdfc60aa0bc6efa518a01200bccd Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 25 Oct 2024 11:41:30 +0200 Subject: Add dependencies explicitly that are included directly ... instead of relying on those dependencies being pulled in indirectly. --- test/buildtool/multithreading/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test/buildtool/multithreading') diff --git a/test/buildtool/multithreading/TARGETS b/test/buildtool/multithreading/TARGETS index 0ff7f635..bd501759 100644 --- a/test/buildtool/multithreading/TARGETS +++ b/test/buildtool/multithreading/TARGETS @@ -4,6 +4,7 @@ , "srcs": ["task.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] + , ["@", "src", "src/buildtool/multithreading", "task"] , ["@", "src", "src/buildtool/multithreading", "task_system"] , ["", "catch-main"] ] -- cgit v1.2.3