CMake: Collapse into a single library all the libraries under the glslang directory...
authorJohn Kessenich <cepheus@frii.com>
Mon, 31 Mar 2014 00:06:32 +0000 (00:06 +0000)
committerJohn Kessenich <cepheus@frii.com>
Mon, 31 Mar 2014 00:06:32 +0000 (00:06 +0000)
commitfde703438f815d274511b62070a2974b1ef706a5
tree5dd6b86bff68ced7538b9e6547af9c18a986f36d
parente564fc5e856ba267bb511add5bc1647dd93684f5
CMake: Collapse into a single library all the libraries under the glslang directory, and represent the proper hierarchy in MSVS.  There are still a total of 3 libraries to link against: glslang, OGLCompiler, and OSDependent.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@26137 e7fa87d3-cd2b-0410-9028-fcbf551c1848
CMakeLists.txt
OGLCompilersDLL/CMakeLists.txt
StandAlone/CMakeLists.txt
glslang/CMakeLists.txt [new file with mode: 0644]
glslang/GenericCodeGen/CMakeLists.txt [deleted file]
glslang/MachineIndependent/CMakeLists.txt [deleted file]
glslang/MachineIndependent/preprocessor/CMakeLists.txt [deleted file]
glslang/OSDependent/Windows/CMakeLists.txt