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/benchmark.cmake | |
parent | 3a3a072b7a34e949b9bcc0188c4048e61cdf24dc (diff) | |
download | qtlocation-mapboxgl-817ed1417ea7edeace6c18da57dff781703df6d9.tar.gz |
Initialize Xcode project build settings (#9777)
Diffstat (limited to 'cmake/benchmark.cmake')
-rw-r--r-- | cmake/benchmark.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/benchmark.cmake b/cmake/benchmark.cmake index 79e87a0b10..87351e97b1 100644 --- a/cmake/benchmark.cmake +++ b/cmake/benchmark.cmake @@ -27,6 +27,8 @@ mbgl_platform_benchmark() create_source_groups(mbgl-benchmark) +initialize_xcode_cxx_build_settings(mbgl-benchmark) + xcode_create_scheme( TARGET mbgl-benchmark OPTIONAL_ARGS |