Restore project qualifiers to references to glslang header files.

This commit is contained in:
Bill Hollings 2021-03-01 17:44:13 -05:00
parent 64681832c1
commit 5dd56ccfd3
2 changed files with 3 additions and 1 deletions

View File

@ -625,6 +625,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
"\"$(SRCROOT)/SPIRV-Cross\"",
"\"$(SRCROOT)/glslang\"",
"\"$(SRCROOT)/glslang/External/spirv-tools/include\"",
@ -680,6 +681,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
"\"$(SRCROOT)/SPIRV-Cross\"",
"\"$(SRCROOT)/glslang\"",
"\"$(SRCROOT)/glslang/External/spirv-tools/include\"",

View File

@ -21,7 +21,7 @@
#include "SPIRVToMSLConverter.h"
#include "SPIRVSupport.h"
#include "MVKStrings.h"
#include <SPIRV/GlslangToSpv.h>
#include <glslang/SPIRV/GlslangToSpv.h>
#include <sstream>
using namespace std;