From 321d820a87b37ecd4656b8c5adf585f2f00e09e2 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 21 Feb 2017 16:46:49 -0800 Subject: [node] Eliminate src as an include path --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 49f3443d9e..480c186057 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,6 +78,8 @@ if(NOT EXISTS ${CMAKE_SOURCE_DIR}/platform/${MBGL_PLATFORM}/config.cmake) message(ERROR "Can't find config.cmake file for platform ${MBGL_PLATFORM}") endif() +include(cmake/loop-uv.cmake) + include(platform/${MBGL_PLATFORM}/config.cmake) include(cmake/core-files.cmake) -- cgit v1.2.1