diff options
author | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-05-12 23:19:00 +0300 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-05-12 13:19:00 -0700 |
commit | cc9f040a2d35293c51dcc5be9c7affea7f1263bd (patch) | |
tree | de62a5610e719f5bfe07226c3382d4d2a5e17530 /cmake/test-files.cmake | |
parent | c80f3e9d29d1c26ccc88ef30f8f17329c9bfb1b7 (diff) | |
download | qtlocation-mapboxgl-cc9f040a2d35293c51dcc5be9c7affea7f1263bd.tar.gz |
[core] Split style image collection from SpriteAtlas
Diffstat (limited to 'cmake/test-files.cmake')
-rw-r--r-- | cmake/test-files.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 6026374de6..5eb9d8d9f8 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -46,6 +46,8 @@ set(MBGL_TEST_FILES # sprite test/sprite/sprite_atlas.test.cpp + test/sprite/sprite_image_collection.test.cpp + test/sprite/sprite_loader.test.cpp test/sprite/sprite_parser.test.cpp # src/mbgl/test |