New adaptation policy
This commit is contained in:
@@ -6,7 +6,7 @@ param(
|
||||
|
||||
$ErrorActionPreference = 'Stop'
|
||||
$build = [IO.Path]::GetFullPath((Join-Path $PSScriptRoot "..\out\build\msvc-$Profile"))
|
||||
$targets = @('uc_demo', 'uc_tests', 'uc_bench')
|
||||
$targets = @('uc_demo', 'uc_tests', 'uc_bench', 'uc_focused_bench')
|
||||
|
||||
function Require-Flag(
|
||||
[string]$Command,
|
||||
|
||||
Reference in New Issue
Block a user