diff options
Diffstat (limited to 'test/buildtool/multithreading')
-rw-r--r-- | test/buildtool/multithreading/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
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"] ] |