From 69960afb8db0444ec11cb46b47e877cc34f61fc7 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 24 Oct 2018 01:53:22 +0300 Subject: [build] Add build system for submodules Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build. --- cmake/node.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake/node.cmake') diff --git a/cmake/node.cmake b/cmake/node.cmake index 6750adc03c..cb98d570f7 100644 --- a/cmake/node.cmake +++ b/cmake/node.cmake @@ -57,7 +57,6 @@ target_link_libraries(mbgl-node INTERFACE mbgl-loop-node ) -target_add_mason_package(mbgl-node INTERFACE geojson) set_target_properties(mbgl-node.all PROPERTIES FOLDER "Node.js") add_custom_target(mbgl-node.active DEPENDS mbgl-node.abi-${NodeJS_ABI}) -- cgit v1.2.1