Skip to content

Commit

Permalink
Support for core-math.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 15, 2024
1 parent ab9f43c commit 7472e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rebuild_all_solutions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ $dependencies = @(".\Google\glog\msvc\glog.sln",
".\Google\benchmark\msvc\google-benchmark.sln",
".\Google\gipfeli\msvc\gipfeli.sln",
".\Google\abseil-cpp\msvc\abseil-cpp.sln",
".\Inria\core-math\msvc\core-math.sln",
".\LLNL\zfp\msvc\zfp.sln")

foreach ($directory_and_repositories in @(
@("Boost", @("config", "multiprecision")),
@("Google", @("glog", "googletest", "protobuf", "benchmark",
"gipfeli", "abseil-cpp", "chromium")),
@("Inria", @("core-math")),
@("LLNL", @("zfp")))) {
$directory, $repositories = $directory_and_repositories
New-Item -ItemType Directory -Force -Path $directory
Expand Down

0 comments on commit 7472e9a

Please sign in to comment.