blob: c36cb233fb6b0665c2f425625b24ebeffa3cdddd [file] [log] [blame]
John Kessenich20233682014-02-19 00:27:03 +00001#!/bin/bash
John Kessenich3ce10582014-03-11 06:35:42 +00002rm -rf build
3mkdir build
4pushd build
5cmake ..
John Kessenich20233682014-02-19 00:27:03 +00006cmake ..
7make
John Kessenich3ce10582014-03-11 06:35:42 +00008make install
9install/bin/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
John Kessenich20233682014-02-19 00:27:03 +000010popd