Allow choice of DLL or static CRT libraries through CMake options.
authorJohn Kessenich <cepheus@frii.com>
Wed, 12 Mar 2014 02:34:44 +0000 (02:34 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 12 Mar 2014 02:34:44 +0000 (02:34 +0000)
commit71241d82219f7b848172778e29205925a4e6e4d3
tree47cfe9388134ab3a8dc0376069fecb0b5931d3ea
parent3ce1058dbe127088e03fb268fc831276f2d7a41a
Allow choice of DLL or static CRT libraries through CMake options.

Also, some trivial miscellaneous build-related changes.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25811 e7fa87d3-cd2b-0410-9028-fcbf551c1848
CMakeLists.txt
ChooseMSVCCRT.cmake [new file with mode: 0644]
OGLCompilersDLL/CMakeLists.txt
Test/bump [new file with mode: 0644]
Test/glslangValidator [new file with mode: 0644]
glslang/OSDependent/Windows/CMakeLists.txt