From 7b041b123cb067d247a727bb3a4563bb2fc575eb Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 4 Apr 2017 11:33:22 -0700 Subject: [core, darwin] Object identity for MGLSource*, MGLStyleLayer* All `MGLSource` pointers referencing the same logical source will now be object identical; similarly for `MGLStyleLayer`. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a6ed681bde..9e7ee314e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,7 @@ set_source_files_properties(src/mbgl/util/version.cpp PROPERTIES COMPILE_DEFINIT mason_use(geometry VERSION 0.9.0 HEADER_ONLY) mason_use(variant VERSION 1.1.4 HEADER_ONLY) +mason_use(any VERSION 8fef1e9 HEADER_ONLY) mason_use(unique_resource VERSION cba309e HEADER_ONLY) mason_use(rapidjson VERSION 1.1.0 HEADER_ONLY) mason_use(boost VERSION 1.62.0 HEADER_ONLY) -- cgit v1.2.1