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-22 12:52:38 +0200 |
commit | 5e6fb891f1b1919177099b3a68690d578df4b3c7 (patch) | |
tree | 355853bc2d7daa7cd8ce4bffe1a8300958f1f532 /cmake/filesource.cmake | |
parent | 1662be7ea546ac78654396e700b9ed7107407904 (diff) | |
download | qtlocation-mapboxgl-upstream/file-list-ios-macos.tar.gz |
[build] add plain text file lists for iOS/macOSupstream/file-list-ios-macos
Diffstat (limited to 'cmake/filesource.cmake')
-rw-r--r-- | cmake/filesource.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/filesource.cmake b/cmake/filesource.cmake index 6486a4af32..cfb04a5ce9 100644 --- a/cmake/filesource.cmake +++ b/cmake/filesource.cmake @@ -1,5 +1,6 @@ add_vendor_target(expected INTERFACE) +# Modify cmake/filesource-files.txt to change the source files for this target. load_sources_list(MBGL_FILESOURCE_FILES cmake/filesource-files.txt) add_library(mbgl-filesource STATIC ${MBGL_FILESOURCE_FILES}) |