diff options
author | Anand Thakker <github@anandthakker.net> | 2017-08-15 10:29:25 -0400 |
---|---|---|
committer | Anand Thakker <github@anandthakker.net> | 2017-08-15 10:30:12 -0400 |
commit | 7c00c2e4d9e13eb81100c72c1aa3410ea31dad71 (patch) | |
tree | 5a1e405b6786f3afe826a077ed6f4b79fcf6bf3c /cmake/node.cmake | |
parent | 40993012b99887d068ec5d53f397e11ac54ca5f6 (diff) | |
download | qtlocation-mapboxgl-upstream/xcode-settings.tar.gz |
Initialize Xcode project build settingsupstream/xcode-settings
Diffstat (limited to 'cmake/node.cmake')
-rw-r--r-- | cmake/node.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/node.cmake b/cmake/node.cmake index 502edd8293..5a6c7595ad 100644 --- a/cmake/node.cmake +++ b/cmake/node.cmake @@ -54,6 +54,8 @@ mbgl_platform_node() create_source_groups(mbgl-node) +initialize_xcode_cxx_build_settings(mbgl-node) + xcode_create_scheme( TARGET mbgl-node ) |