Skip to content

Commit ffc603f

Browse files
committed
Fix recent samples' compiling errors
1 parent 893fa12 commit ffc603f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/xcode/OpenGLES.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12569,6 +12569,7 @@
1256912569
"${PROJECT_DIR}/../../third_party/spirv-cross/src",
1257012570
"${PROJECT_DIR}/../../third_party/jsoncpp/overrides/include",
1257112571
"${PROJECT_DIR}/../../third_party/jsoncpp/source/include",
12572+
"${PROJECT_DIR}/../../samples/sample_util/",
1257212573
"${PROJECT_DIR}/../..",
1257312574
);
1257412575
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
@@ -12658,6 +12659,7 @@
1265812659
"${PROJECT_DIR}/../../third_party/spirv-cross/src",
1265912660
"${PROJECT_DIR}/../../third_party/jsoncpp/overrides/include",
1266012661
"${PROJECT_DIR}/../../third_party/jsoncpp/source/include",
12662+
"${PROJECT_DIR}/../../samples/sample_util/",
1266112663
"${PROJECT_DIR}/../..",
1266212664
);
1266312665
IPHONEOS_DEPLOYMENT_TARGET = 9.0;

0 commit comments

Comments
 (0)