Move install directory for SPIRV/ folder.
authordan sinclair <dj2@everburning.com>
Thu, 3 Oct 2019 23:35:44 +0000 (19:35 -0400)
committerdan sinclair <dj2@everburning.com>
Thu, 3 Oct 2019 23:35:44 +0000 (19:35 -0400)
commit7b0e236325fa9e8ebc7f446f83797a20a2263b70
tree9ad4dfba213ccf9cf2c1c8aa6274208d1d33cde5
parent135e3e35ea87d07b51d977b73fde7bd637fcbe4a
Move install directory for SPIRV/ folder.

Currently the SPIRV/ folder will get installed into the include
directory. This folder is part of GLSLang, so it makes more sense under
glslang/SPIRV.

Currently, GLSLang will install a SPIRV/ folder while spirv-headers will
install a spirv/ folder. This is confusing and will cause issues on a
case sensitive filesystem if both are installed at the same time.
SPIRV/CMakeLists.txt