summaryrefslogtreecommitdiff
path: root/expression-test
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-23 13:18:45 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-23 11:33:06 -0400
commit71efb24e2d3e2408f6e283ed7b8b4a1f6b24324c (patch)
tree9e967525c261baf0172d6bffc7d88572691c83f5 /expression-test
parent648ce071d39e275ddfcd20a94a6f96547c314635 (diff)
downloadqtlocation-mapboxgl-71efb24e2d3e2408f6e283ed7b8b4a1f6b24324c.tar.gz
Bump mapbox-base to 1.2.0
Diffstat (limited to 'expression-test')
-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
)