From 021e48f35e4812803ecaadb1ed262c83354b767e Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Fri, 7 Feb 2020 17:55:12 +0200 Subject: [build] Run cmake-format on all the CMake files Unify and enforce a CMake coding style. --- vendor/polylabel.cmake | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'vendor/polylabel.cmake') diff --git a/vendor/polylabel.cmake b/vendor/polylabel.cmake index 5a930c9f6d..db5389b993 100644 --- a/vendor/polylabel.cmake +++ b/vendor/polylabel.cmake @@ -2,8 +2,11 @@ if(TARGET mbgl-vendor-polylabel) return() endif() -add_library(mbgl-vendor-polylabel INTERFACE) +add_library( + mbgl-vendor-polylabel INTERFACE +) -target_include_directories(mbgl-vendor-polylabel SYSTEM INTERFACE - ${CMAKE_CURRENT_LIST_DIR}/polylabel/include +target_include_directories( + mbgl-vendor-polylabel SYSTEM + INTERFACE ${CMAKE_CURRENT_LIST_DIR}/polylabel/include ) -- cgit v1.2.1