From 6f0cda8c8b8e7831f04ae5e00b13387107dcad9b Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Mon, 29 Jul 2019 11:18:57 +0300 Subject: [build] Use mapbox-base optional --- platform/android/config.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'platform/android/config.cmake') diff --git a/platform/android/config.cmake b/platform/android/config.cmake index dd75bb3b5b..4bd628fcdd 100644 --- a/platform/android/config.cmake +++ b/platform/android/config.cmake @@ -136,8 +136,8 @@ target_include_directories(example-custom-layer PRIVATE include ) -target_link_libraries(example-custom-layer - PRIVATE optional - PRIVATE -llog - PRIVATE -lGLESv2 +target_link_libraries(example-custom-layer PRIVATE + mapbox-base + -llog + -lGLESv2 ) -- cgit v1.2.1