glsl-basic/build.sh

5 lines
75 B
Bash

#!/bin/bash
set -e
conan install . --build missing
cmake .
cmake --build .