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
This commit is contained in:
parent
0547c2a6bb
commit
2023368ce1
1 changed files with 8 additions and 8 deletions
16
BuildLinuxCMake.sh
Normal file → Executable file
16
BuildLinuxCMake.sh
Normal file → Executable file
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm -rf linux_build
|
rm -rf linux_build
|
||||||
mkdir linux_build
|
mkdir linux_build
|
||||||
pushd linux_build
|
pushd linux_build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
./StandAlone/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
|
./StandAlone/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
|
||||||
popd
|
popd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue