Skip to content

Commit

Permalink
Add special predef checks dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 26, 2024
1 parent 2aa49ec commit 9478789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions add_path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ static const std::pair<fs::path, fs::path>
std::pair<fs::path, fs::path>("boost/graph/rmat_graph_generator.hpp", "boost/graph/distributed/rmat_graph_generator.hpp"),
std::pair<fs::path, fs::path>("boost/graph/strong_components.hpp", "boost/graph/distributed/strong_components.hpp"),
std::pair<fs::path, fs::path>("boost/graph/two_bit_color_map.hpp", "boost/graph/distributed/two_bit_color_map.hpp"),
std::pair<fs::path, fs::path>("libs/context/build.jam", "libs/predef/tools/check/predef.jam"),
std::pair<fs::path, fs::path>("libs/test/build/Jamfile.v2", "libs/predef/tools/check/predef.jam"),
};

for(unsigned int n = 0; n < (sizeof(specials)/sizeof(specials[0])); ++n)
Expand Down

0 comments on commit 9478789

Please sign in to comment.