cmake: Rename glslang to glslangValidator
Rename glslangValidator to glslang and adds a glslangValidator symlink to the build and install directories. Closes #47.
This commit is contained in:
parent
a9a2625416
commit
856e280502
15 changed files with 50 additions and 40 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# It is not meant to preclude the possible addition of the validator to
|
||||
# glslang.
|
||||
|
||||
declare -r EXE='../build/install/bin/glslangValidator'
|
||||
declare -r EXE='../build/install/bin/glslang'
|
||||
|
||||
# search common locations for spirv-tools: keep first one
|
||||
for toolsdir in '../External/spirv-tools/build/tools' '../../SPIRV-Tools/build/tools/bin' '/usr/local/bin'; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue