File tree Expand file tree Collapse file tree
backends/apple/coreml/runtime
workspace/executorchcoreml.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 cxx_std = cxx_std ,
3131 extra_compile_args = ["-mmacosx-version-min=10.15" , "-g" ],
3232 include_dirs = [
33- "../../third-party/nlohmann_json/single_include/nlohmann " ,
33+ "../../third-party/nlohmann_json/single_include" ,
3434 "." ,
3535 "../util" ,
3636 ],
Original file line number Diff line number Diff line change 900900 "$(SRCROOT)/../include",
901901 "$(SRCROOT)/../sdk",
902902 "$(SRCROOT)/../util",
903- "$(SRCROOT)/../../third-party/nlohmann_json/single_include/nlohmann ",
903+ "$(SRCROOT)/../../third-party/nlohmann_json/single_include",
904904 "$(SRCROOT)/../../third-party/coremltools/deps/protobuf/src",
905905 );
906906 IPHONEOS_DEPLOYMENT_TARGET = 16.0;
931931 "$(SRCROOT)/../include",
932932 "$(SRCROOT)/../sdk",
933933 "$(SRCROOT)/../util",
934- "$(SRCROOT)/../../third-party/nlohmann_json/single_include/nlohmann ",
934+ "$(SRCROOT)/../../third-party/nlohmann_json/single_include",
935935 "$(SRCROOT)/../../third-party/coremltools/deps/protobuf/src",
936936 );
937937 IPHONEOS_DEPLOYMENT_TARGET = 16.0;
You can’t perform that action at this time.
0 commit comments