diff options
author | Anand Thakker <anandthakker@users.noreply.github.com> | 2017-08-16 08:29:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-16 08:29:05 -0400 |
commit | 817ed1417ea7edeace6c18da57dff781703df6d9 (patch) | |
tree | ae8502f26e8b2af6a77804ee9d6c8c19be6c31e2 /cmake/core.cmake | |
parent | 3a3a072b7a34e949b9bcc0188c4048e61cdf24dc (diff) | |
download | qtlocation-mapboxgl-817ed1417ea7edeace6c18da57dff781703df6d9.tar.gz |
Initialize Xcode project build settings (#9777)
Diffstat (limited to 'cmake/core.cmake')
-rw-r--r-- | cmake/core.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core.cmake b/cmake/core.cmake index ff2b4ba53c..c4e711f558 100644 --- a/cmake/core.cmake +++ b/cmake/core.cmake @@ -34,3 +34,5 @@ mbgl_platform_core() create_source_groups(mbgl-core) xcode_create_scheme(TARGET mbgl-core) + +initialize_xcode_cxx_build_settings(mbgl-core) |