summaryrefslogtreecommitdiff
path: root/expression-test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'expression-test/CMakeLists.txt')
-rw-r--r--expression-test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/expression-test/CMakeLists.txt b/expression-test/CMakeLists.txt
index e9e5847d41..f9120ac7c2 100644
--- a/expression-test/CMakeLists.txt
+++ b/expression-test/CMakeLists.txt
@@ -25,9 +25,9 @@ target_include_directories(
target_link_libraries(
mbgl-expression-test
PRIVATE
+ Mapbox::Base
Mapbox::Base::Extras::args
Mapbox::Base::Extras::filesystem
- Mapbox::Base::io
mbgl-core
)