summaryrefslogtreecommitdiff
path: root/vendor/nunicode.cmake
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-05-22 12:31:45 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2020-05-26 20:36:44 +0300
commit374c86942ac4d6b10843468f12803a77876f99c4 (patch)
treeb9f7c8247d33f86d0a52c6caaa8eb5e4eb02ba4d /vendor/nunicode.cmake
parent0612938b8d408fc9c5e3ee975e1dfa58ebd48adb (diff)
downloadqtlocation-mapboxgl-374c86942ac4d6b10843468f12803a77876f99c4.tar.gz
[build] Updated license script
And make it possible to generate the license per platform. When GL Native is built for different targets, it will bundle different components, thus, the license might change.
Diffstat (limited to 'vendor/nunicode.cmake')
-rw-r--r--vendor/nunicode.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/nunicode.cmake b/vendor/nunicode.cmake
index f13492de78..f3033a3ed1 100644
--- a/vendor/nunicode.cmake
+++ b/vendor/nunicode.cmake
@@ -24,3 +24,12 @@ target_include_directories(
mbgl-vendor-nunicode SYSTEM
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/nunicode/include
)
+
+set_target_properties(
+ mbgl-vendor-nunicode
+ PROPERTIES
+ INTERFACE_MAPBOX_NAME "libnu"
+ INTERFACE_MAPBOX_URL "https://bitbucket.org/alekseyt/nunicode"
+ INTERFACE_MAPBOX_AUTHOR "Aleksey Tulinov"
+ INTERFACE_MAPBOX_LICENSE ${CMAKE_CURRENT_LIST_DIR}/nunicode/LICENSE
+)