summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-04 17:32:30 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-05 11:16:57 -0700
commitce2a06e6773dfb656c7bf6fdbb7e8bc463710685 (patch)
treed3939aca3d9378a87832f305f68e82bc1fa6fd89 /test/test.gypi
parenta81891771441dfc1c839b9d100368b6bbf1fc127 (diff)
downloadqtlocation-mapboxgl-ce2a06e6773dfb656c7bf6fdbb7e8bc463710685.tar.gz
[core] Privatize math.hpp and vec.hpp
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 2326fd7cf9..1e136389e8 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -24,7 +24,6 @@
'util/geo.cpp',
'util/image.cpp',
'util/mapbox.cpp',
- 'util/math.cpp',
'util/merge_lines.cpp',
'util/run_loop.cpp',
'util/text_conversions.cpp',
@@ -48,6 +47,9 @@
'map/tile.cpp',
'map/transform.cpp',
+ 'math/minmax.cpp',
+ 'math/clamp.cpp',
+
'storage/offline.cpp',
'storage/offline_database.cpp',
'storage/offline_download.cpp',