Restore project qualifiers to references to glslang header files.
This commit is contained in:
parent
64681832c1
commit
5dd56ccfd3
@ -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\"",
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user