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:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user