Xcode: add new thirdparty location to header search paths.

This commit is contained in:
Aaron van Geffen 2020-04-21 17:05:37 +02:00 committed by Ted John
parent 7f9ff121b1
commit aefc49440a
1 changed files with 8 additions and 0 deletions

View File

@ -4539,6 +4539,7 @@
"$(SRCROOT)/libxc/include/openssl",
"$(SRCROOT)/libxc/include/freetype2",
"$(SRCROOT)/src/",
"$(SRCROOT)/src/thirdparty/",
);
INFOPLIST_FILE = "$(DERIVED_FILE_DIR)/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
@ -4582,6 +4583,7 @@
"$(SRCROOT)/libxc/include/openssl",
"$(SRCROOT)/libxc/include/freetype2",
"$(SRCROOT)/src/",
"$(SRCROOT)/src/thirdparty/",
);
INFOPLIST_FILE = "$(DERIVED_FILE_DIR)/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
@ -4625,6 +4627,8 @@
"$(SRCROOT)/libxc/include/libpng16",
"$(SRCROOT)/libxc/include/openssl",
"$(SRCROOT)/libxc/include/freetype2",
"$(SRCROOT)/src/",
"$(SRCROOT)/src/thirdparty/",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
@ -4665,6 +4669,8 @@
"$(SRCROOT)/libxc/include/libpng16",
"$(SRCROOT)/libxc/include/openssl",
"$(SRCROOT)/libxc/include/freetype2",
"$(SRCROOT)/src/",
"$(SRCROOT)/src/thirdparty/",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
@ -4700,6 +4706,7 @@
"$(SRCROOT)/libxc/include/libpng16",
"$(SRCROOT)/libxc/include/openssl",
"$(SRCROOT)/src/",
"$(SRCROOT)/src/thirdparty/",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
@ -4733,6 +4740,7 @@
"$(SRCROOT)/libxc/include/libpng16",
"$(SRCROOT)/libxc/include/openssl",
"$(SRCROOT)/src/",
"$(SRCROOT)/src/thirdparty/",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",