diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-12-17 15:24:11 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2019-01-09 10:26:53 +0100 |
commit | 6f60ccf08e4878d0688ddaefd906290a2998a148 (patch) | |
tree | 6e268040cfc1ea72fa577441398ecd790553df24 /cmake/loop-darwin.cmake | |
parent | 9acdd75d04f335313a6c491599b5c7559d6458c7 (diff) | |
download | qtlocation-mapboxgl-6f60ccf08e4878d0688ddaefd906290a2998a148.tar.gz |
[build] generate header maps instead of -files.txt
Diffstat (limited to 'cmake/loop-darwin.cmake')
-rw-r--r-- | cmake/loop-darwin.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/loop-darwin.cmake b/cmake/loop-darwin.cmake index ef79eef01b..a330375653 100644 --- a/cmake/loop-darwin.cmake +++ b/cmake/loop-darwin.cmake @@ -1,5 +1,5 @@ -# Modify platform/darwin/loop-files.txt to change the source files for this target. -load_sources_list(MBGL_LOOP_DARWIN_FILES platform/darwin/loop-files.txt) +# Modify platform/darwin/loop-files.json to change the source files for this target. +load_sources_list(MBGL_LOOP_DARWIN_FILES platform/darwin/loop-files.json) add_library(mbgl-loop-darwin STATIC ${MBGL_LOOP_DARWIN_FILES}) target_include_directories(mbgl-loop-darwin |