diff options
Diffstat (limited to 'next')
-rw-r--r-- | next/expression-test/CMakeLists.txt | 2 | ||||
-rw-r--r-- | next/render-test/CMakeLists.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/next/expression-test/CMakeLists.txt b/next/expression-test/CMakeLists.txt index 1713f0b655..f7d694b054 100644 --- a/next/expression-test/CMakeLists.txt +++ b/next/expression-test/CMakeLists.txt @@ -6,6 +6,8 @@ add_executable( ${MBGL_ROOT}/expression-test/expression_test_parser.hpp ${MBGL_ROOT}/expression-test/expression_test_runner.cpp ${MBGL_ROOT}/expression-test/expression_test_runner.hpp + ${MBGL_ROOT}/expression-test/test_runner_common.cpp + ${MBGL_ROOT}/expression-test/test_runner_common.hpp ${MBGL_ROOT}/expression-test/main.cpp ) diff --git a/next/render-test/CMakeLists.txt b/next/render-test/CMakeLists.txt index 6edd11ca95..5aadd0f859 100644 --- a/next/render-test/CMakeLists.txt +++ b/next/render-test/CMakeLists.txt @@ -9,6 +9,8 @@ add_executable( ${MBGL_ROOT}/render-test/parser.hpp ${MBGL_ROOT}/render-test/runner.cpp ${MBGL_ROOT}/render-test/runner.hpp + ${MBGL_ROOT}/expression-test/test_runner_common.cpp + ${MBGL_ROOT}/expression-test/test_runner_common.hpp ) target_compile_definitions( |