Skip to content

Commit cdf0422

Browse files
committed
Added convenience script to configure, build and run standalone sample
1 parent 4ac0279 commit cdf0422

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_and_run.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
cmake -Hall -Bbuild
3+
cmake --build build
4+
./build/standalone/glob --help

0 commit comments

Comments
 (0)