diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-11-02 15:43:30 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-11-02 18:12:28 +0200 |
commit | 549929cefd7073708e64e49da93e8b49fbc0db99 (patch) | |
tree | 7ec0eb64f5ea93b4d00d6528b33d4bd551ade3d8 /cmake | |
parent | 7534aa1594c13b48507961299acc4bcc44ee7e1a (diff) | |
download | qtlocation-mapboxgl-549929cefd7073708e64e49da93e8b49fbc0db99.tar.gz |
[core] Set bucket segments to initialize empty
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 598e018224..ceff50ef64 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -23,6 +23,7 @@ set(MBGL_TEST_FILES test/geometry/binpack.test.cpp # gl + test/gl/bucket.test.cpp test/gl/object.test.cpp # include/mbgl |