Merge commit 'b93c2582c06cd65ad6cb6409ced4f381182e4a74' as 'deps/ox'

This commit is contained in:
2026-05-05 22:02:46 -05:00
464 changed files with 53820 additions and 0 deletions
Vendored Executable
+8
View File
@@ -0,0 +1,8 @@
#! /usr/bin/env bash
set -e
for f in $(find $1 -maxdepth 1 -mindepth 1 -type d)
do
cmake --build "$f" --target $2 --
done