summaryrefslogtreecommitdiff
path: root/cmake/benchmark.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/benchmark.cmake')
-rw-r--r--cmake/benchmark.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/benchmark.cmake b/cmake/benchmark.cmake
index 0d2eebb228..a944c64d05 100644
--- a/cmake/benchmark.cmake
+++ b/cmake/benchmark.cmake
@@ -1,5 +1,5 @@
-# Modify cmake/benchmark-files.txt to change the source files for this target.
-load_sources_list(MBGL_BENCHMARK_FILES cmake/benchmark-files.txt)
+# Run scripts/generate-file-lists.js to change the source files for this target.
+load_sources_list(MBGL_BENCHMARK_FILES benchmark/benchmark-files.json)
add_executable(mbgl-benchmark ${MBGL_BENCHMARK_FILES})
target_include_directories(mbgl-benchmark