summaryrefslogtreecommitdiff
path: root/cmake/test.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-09 10:26:53 +0100
commit6f60ccf08e4878d0688ddaefd906290a2998a148 (patch)
tree6e268040cfc1ea72fa577441398ecd790553df24 /cmake/test.cmake
parent9acdd75d04f335313a6c491599b5c7559d6458c7 (diff)
downloadqtlocation-mapboxgl-6f60ccf08e4878d0688ddaefd906290a2998a148.tar.gz
[build] generate header maps instead of -files.txt
Diffstat (limited to 'cmake/test.cmake')
-rw-r--r--cmake/test.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/test.cmake b/cmake/test.cmake
index 977f4a1413..0614270089 100644
--- a/cmake/test.cmake
+++ b/cmake/test.cmake
@@ -1,7 +1,7 @@
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)
+# scripts/generate-file-lists.js to change the source files for this target.
+load_sources_list(MBGL_TEST_FILES test/test-files.json)
if (MBGL_TEST_TARGET_TYPE STREQUAL "library")
add_library(mbgl-test SHARED ${MBGL_TEST_FILES})
else()