summaryrefslogtreecommitdiff
path: root/gyp/platform-ios.gypi
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-08-31 10:41:52 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-12-01 00:00:09 +0200
commit123c5df92219bde3dda39d3ba942b996e765e8e9 (patch)
tree2d2087794966201dc79d15f7acd62c45dfa181c8 /gyp/platform-ios.gypi
parent704ab891a77e352226872fd54d0ceea947a45579 (diff)
downloadqtlocation-mapboxgl-123c5df92219bde3dda39d3ba942b996e765e8e9.tar.gz
[core] Introduce the AsyncTask
Diffstat (limited to 'gyp/platform-ios.gypi')
-rw-r--r--gyp/platform-ios.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index 205cfe22dd..0b23890c42 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -10,6 +10,7 @@
],
'sources': [
+ '../platform/default/async_task.cpp',
'../platform/darwin/log_nslog.mm',
'../platform/darwin/string_nsstring.mm',
'../platform/darwin/application_root.mm',
@@ -93,6 +94,7 @@
'include_dirs': [
'../include',
+ '../src',
],
'xcode_settings': {