From c1a58d73d2fa21f9c692bbe3895443d3afc43d1d Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 27 Sep 2023 12:47:43 +0200 Subject: Decoupling symlinks map and CAS utilities from just-mr This is required in order to make them available to 'just serve' in a minimal just installation. --- src/other_tools/repo_map/TARGETS | 1 + src/other_tools/repo_map/repos_to_setup_map.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/other_tools/repo_map') diff --git a/src/other_tools/repo_map/TARGETS b/src/other_tools/repo_map/TARGETS index b91730b9..c397d82c 100644 --- a/src/other_tools/repo_map/TARGETS +++ b/src/other_tools/repo_map/TARGETS @@ -16,6 +16,7 @@ [ ["src/other_tools/just_mr/progress_reporting", "progress"] , ["src/other_tools/just_mr/progress_reporting", "statistics"] , ["src/buildtool/file_system", "file_root"] + , ["src/buildtool/file_system/symlinks_map", "pragma_special"] ] } } diff --git a/src/other_tools/repo_map/repos_to_setup_map.cpp b/src/other_tools/repo_map/repos_to_setup_map.cpp index f51e48ec..7de7e2ff 100644 --- a/src/other_tools/repo_map/repos_to_setup_map.cpp +++ b/src/other_tools/repo_map/repos_to_setup_map.cpp @@ -15,6 +15,7 @@ #include "src/other_tools/repo_map/repos_to_setup_map.hpp" #include "src/buildtool/file_system/file_root.hpp" +#include "src/buildtool/file_system/symlinks_map/pragma_special.hpp" #include "src/other_tools/just_mr/progress_reporting/progress.hpp" #include "src/other_tools/just_mr/progress_reporting/statistics.hpp" -- cgit v1.2.3