summaryrefslogtreecommitdiff
path: root/vendor/polylabel.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/polylabel.cmake')
-rw-r--r--vendor/polylabel.cmake9
1 files changed, 6 insertions, 3 deletions
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
)