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 /cmake/test.cmake | |
parent | cb1f781a1897826ea69eb9787ea4a059686450d9 (diff) | |
download | qtlocation-mapboxgl-52275f835a38897ebf1aeb2158ccfca2272e4770.tar.gz |
[build] add plain text file lists for iOS/macOS
Diffstat (limited to 'cmake/test.cmake')
-rw-r--r-- | cmake/test.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test.cmake b/cmake/test.cmake index 755edad892..7d86dfdde8 100644 --- a/cmake/test.cmake +++ b/cmake/test.cmake @@ -1,5 +1,6 @@ add_vendor_target(gtest STATIC) +# Modify cmake/test-files.txt to change the source files for this target. load_sources_list(MBGL_TEST_FILES cmake/test-files.txt) if (MBGL_TEST_TARGET_TYPE STREQUAL "library") add_library(mbgl-test SHARED ${MBGL_TEST_FILES}) |