diff options
Diffstat (limited to 'scripts/config.xcconfig.in')
-rw-r--r-- | scripts/config.xcconfig.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/config.xcconfig.in b/scripts/config.xcconfig.in index eb6bc71b89..357732c9ae 100644 --- a/scripts/config.xcconfig.in +++ b/scripts/config.xcconfig.in @@ -3,3 +3,7 @@ // mbgl-core mbgl_core_INCLUDE_DIRECTORIES = "@mbgl_core_INCLUDE_DIRECTORIES@" mbgl_core_LINK_LIBRARIES = "@mbgl_core_LINK_LIBRARIES@" + +// mbgl-filesource +mbgl_filesource_INCLUDE_DIRECTORIES = "@mbgl_filesource_INCLUDE_DIRECTORIES@" +mbgl_filesource_LINK_LIBRARIES = "@mbgl_filesource_LINK_LIBRARIES@" |