Squashed 'deps/ox/' content from commit 7e884fd3
git-subtree-dir: deps/ox git-subtree-split: 7e884fd3b44ccddb7b00b9acd6f8dc1a27881996
This commit is contained in:
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user