diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-12-06 14:44:55 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-12-07 10:46:43 +0100 |
commit | dc1bda435fa1345737604767ee71859377d41530 (patch) | |
tree | f8d4207e70383513efc765280dcc78bdf43efd84 /cmake | |
parent | cc6e5c9df9b7b42eba9cdb51bea529c1d5c3a497 (diff) | |
download | qtlocation-mapboxgl-dc1bda435fa1345737604767ee71859377d41530.tar.gz |
[core] add util::isURL() for checking whether a string starts with a URL scheme
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 ceff50ef64..7d8dc82756 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -112,5 +112,6 @@ set(MBGL_TEST_FILES test/util/tile_cover.test.cpp test/util/timer.test.cpp test/util/token.test.cpp + test/util/url.test.cpp test/util/work_queue.test.cpp ) |