diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-08-22 12:51:08 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-08-23 14:09:48 +0200 |
commit | 52275f835a38897ebf1aeb2158ccfca2272e4770 (patch) | |
tree | face73b37397ae7866491848eec17afdabf65544 /platform/ios/config.cmake | |
parent | cb1f781a1897826ea69eb9787ea4a059686450d9 (diff) | |
download | qtlocation-mapboxgl-52275f835a38897ebf1aeb2158ccfca2272e4770.tar.gz |
[build] add plain text file lists for iOS/macOS
Diffstat (limited to 'platform/ios/config.cmake')
-rw-r--r-- | platform/ios/config.cmake | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/platform/ios/config.cmake b/platform/ios/config.cmake index 6dd3f23a69..48bb27a696 100644 --- a/platform/ios/config.cmake +++ b/platform/ios/config.cmake @@ -84,13 +84,8 @@ endmacro() macro(mbgl_filesource) initialize_ios_target(mbgl-filesource) - target_sources(mbgl-filesource - # File source - PRIVATE platform/darwin/src/http_file_source.mm - - # Database - PRIVATE platform/default/sqlite3.cpp - ) + # 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) target_link_libraries(mbgl-filesource PUBLIC "-lsqlite3" |