diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config.xcconfig.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/config.xcconfig.in b/scripts/config.xcconfig.in new file mode 100644 index 0000000000..eb6bc71b89 --- /dev/null +++ b/scripts/config.xcconfig.in @@ -0,0 +1,5 @@ +// Do not edit -- generated by CMake + +// mbgl-core +mbgl_core_INCLUDE_DIRECTORIES = "@mbgl_core_INCLUDE_DIRECTORIES@" +mbgl_core_LINK_LIBRARIES = "@mbgl_core_LINK_LIBRARIES@" |