summaryrefslogtreecommitdiff
path: root/cmake/core.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/core.cmake')
-rw-r--r--cmake/core.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/core.cmake b/cmake/core.cmake
index 6773af87fc..1971352c37 100644
--- a/cmake/core.cmake
+++ b/cmake/core.cmake
@@ -1,5 +1,5 @@
-# Modify cmake/core-files.txt to change the source files for this target.
-load_sources_list(MBGL_CORE_FILES cmake/core-files.txt)
+# scripts/generate-file-lists.js to change the source files for this target.
+load_sources_list(MBGL_CORE_FILES src/core-files.json)
add_library(mbgl-core STATIC ${MBGL_CORE_FILES})
target_include_directories(mbgl-core