diff options
author | Dane Springmeyer <dane@mapbox.com> | 2016-05-03 13:57:17 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2016-05-03 13:57:17 -0700 |
commit | c82b02c508bb4eb1d6ee25320cf83995a807e603 (patch) | |
tree | 6e480d2e91e8fb2a053a99a9d0a6a72a746263b1 /test/test.gypi | |
parent | 7d1a4c5ec146493bb3e192f7fc20e3ae3b626011 (diff) | |
download | qtlocation-mapboxgl-c82b02c508bb4eb1d6ee25320cf83995a807e603.tar.gz |
[core] port to protozero (#4906)
Diffstat (limited to 'test/test.gypi')
-rw-r--r-- | test/test.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.gypi b/test/test.gypi index a9e53c88fc..2326fd7cf9 100644 --- a/test/test.gypi +++ b/test/test.gypi @@ -85,6 +85,7 @@ 'cflags_cc': [ '<@(gtest_cflags)', '<@(opengl_cflags)', + '<@(protozero_cflags)', '<@(boost_cflags)', '<@(sqlite_cflags)', '<@(geojsonvt_cflags)', |