diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-09-30 16:59:01 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-10-01 11:40:47 -0700 |
commit | 2066295e358159ece5aa5717ad75567d0991a2b6 (patch) | |
tree | 7e408c8a512336bab07a4448adb38e9049a57604 /test/test.gypi | |
parent | 25cd2714e21044e2ee1120f621a626e9395ac0dd (diff) | |
download | qtlocation-mapboxgl-2066295e358159ece5aa5717ad75567d0991a2b6.tar.gz |
Install RapidJSON from mason
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 1e3e2e0901..81302c874f 100644 --- a/test/test.gypi +++ b/test/test.gypi @@ -103,6 +103,7 @@ '<@(boost_cflags)', '<@(sqlite_cflags)', '<@(variant_cflags)', + '<@(rapidjson_cflags)', ], 'ldflags': [ '<@(libuv_ldflags)', |