Use precompiled headers for some glslang projects
authorJeff Bolz <jbolz@nvidia.com>
Wed, 31 Oct 2018 20:38:08 +0000 (15:38 -0500)
committerJeff Bolz <jbolz@nvidia.com>
Wed, 31 Oct 2018 20:38:08 +0000 (15:38 -0500)
commit22d0b7cbad1e1b535335f02600d2d792c90e6ff3
treeb1e6a12e0fe1632ac533d7640a545196c8ac60bc
parenta440fbb04f82b5cb19541802a31abdf1aeb94abe
Use precompiled headers for some glslang projects
CMakeLists.txt
glslang/CMakeLists.txt
glslang/MachineIndependent/pch.cpp [new file with mode: 0644]
glslang/MachineIndependent/pch.h [new file with mode: 0644]
gtests/CMakeLists.txt
gtests/pch.cpp [new file with mode: 0644]
gtests/pch.h [new file with mode: 0644]
hlsl/CMakeLists.txt
hlsl/pch.cpp [new file with mode: 0644]
hlsl/pch.h [new file with mode: 0644]