comparison Applications/StoneWebViewer/WebAssembly/CMakeLists.txt @ 2111:f8f80e432abc

third party downloads from uclouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Dec 2023 22:37:30 +0100
parents 352cb0fa57b2
children c23eef785569
comparison
equal deleted inserted replaced
2110:352cb0fa57b2 2111:f8f80e432abc
78 # We embed a font to be used for on-screen overlays 78 # We embed a font to be used for on-screen overlays
79 # --------------------------------------------------------------- 79 # ---------------------------------------------------------------
80 80
81 DownloadPackage( 81 DownloadPackage(
82 "a24b8136b8f3bb93f166baf97d9328de" 82 "a24b8136b8f3bb93f166baf97d9328de"
83 "http://orthanc.osimis.io/ThirdPartyDownloads/ubuntu-font-family-0.83.zip" 83 "https://orthanc.uclouvain.be/downloads/third-party-downloads/ubuntu-font-family-0.83.zip"
84 "${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83") 84 "${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83")
85 85
86 EmbedResources( 86 EmbedResources(
87 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf 87 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf
88 ) 88 )