Commit 2023368c by John Kessenich

Correct newlines and executable bit for BuildLinuxCMake.sh

parent 0547c2a6
#!/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
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