Commit 2023368c by John Kessenich

Correct newlines and executable bit for BuildLinuxCMake.sh

parent 0547c2a6
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment