From dc1bda435fa1345737604767ee71859377d41530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 6 Dec 2016 14:44:55 +0100 Subject: [core] add util::isURL() for checking whether a string starts with a URL scheme --- cmake/test-files.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/test-files.cmake') 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 ) -- cgit v1.2.1