summaryrefslogtreecommitdiff
path: root/platform/macos/config.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-12-17 15:24:11 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-01-08 16:52:14 +0100
commit87e986f6e99b4111c02acd979d9a908018adeb67 (patch)
tree985cf6e0a94b333d1dcb19d16ddb75fe2df58a9c /platform/macos/config.cmake
parent3d84da4d55a80073a4fc0699985d7885ed4b2d8e (diff)
downloadqtlocation-mapboxgl-87e986f6e99b4111c02acd979d9a908018adeb67.tar.gz
[build] generate header maps instead of -files.txtupstream/buck
Diffstat (limited to 'platform/macos/config.cmake')
-rw-r--r--platform/macos/config.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/macos/config.cmake b/platform/macos/config.cmake
index e49a54f5eb..bc3de392dd 100644
--- a/platform/macos/config.cmake
+++ b/platform/macos/config.cmake
@@ -1,7 +1,7 @@
include(cmake/loop-darwin.cmake)
macro(mbgl_platform_core)
- target_sources_from_file(mbgl-core PRIVATE platform/macos/core-files.txt)
+ target_sources_from_file(mbgl-core PRIVATE platform/macos/core-files.json)
if(WITH_EGL)
target_sources(mbgl-core
@@ -39,8 +39,8 @@ endmacro()
macro(mbgl_filesource)
- # Modify platform/darwin/filesource-files.txt to change the source files for this target.
- target_sources_from_file(mbgl-filesource PRIVATE platform/darwin/filesource-files.txt)
+ # Modify platform/darwin/filesource-files.json to change the source files for this target.
+ target_sources_from_file(mbgl-filesource PRIVATE platform/darwin/filesource-files.json)
target_compile_options(mbgl-filesource
PRIVATE -fobjc-arc