Start day 26 Advanced Data and Advanced GLSL.
This commit is contained in:
parent
9310215aa3
commit
a16311c0eb
127 changed files with 215205 additions and 0 deletions
7
26-advanced-data-glsl/scripts/setup.sh
Normal file
7
26-advanced-data-glsl/scripts/setup.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
mkdir subprojects
|
||||
mkdir builddir
|
||||
cp wraps/*.wrap subprojects/
|
||||
meson setup builddir
|
||||
Loading…
Add table
Add a link
Reference in a new issue