Skip to content
Snippets Groups Projects
Commit 2023368c authored by John Kessenich's avatar John Kessenich
Browse files

Correct newlines and executable bit for BuildLinuxCMake.sh

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25404 e7fa87d3-cd2b-0410-9028-fcbf551c1848
parent 0547c2a6
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
rm -rf linux_build
mkdir linux_build
pushd linux_build
cmake ..
make
./StandAlone/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
popd
#!/bin/bash
rm -rf linux_build
mkdir linux_build
pushd linux_build
cmake ..
make
./StandAlone/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
popd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment