comparison Applications/Samples/CMakeLists.txt @ 1085:63539e826355

Added TextRenderer
author Alain Mazy <alain@mazy.be>
date Tue, 22 Oct 2019 17:24:37 +0200
parents 287ec78f63b4
children f2951ac074bd
comparison
equal deleted inserted replaced
1082:8493f5fb6165 1085:63539e826355
8 8
9 include(../../Resources/CMake/OrthancStoneParameters.cmake) 9 include(../../Resources/CMake/OrthancStoneParameters.cmake)
10 10
11 set(ENABLE_STONE_DEPRECATED ON) # Need deprecated classes for these samples 11 set(ENABLE_STONE_DEPRECATED ON) # Need deprecated classes for these samples
12 12
13 include(${ORTHANC_ROOT}/Resources/CMake/DownloadPackage.cmake)
14 DownloadPackage(
15 "a24b8136b8f3bb93f166baf97d9328de"
16 "http://orthanc.osimis.io/ThirdPartyDownloads/ubuntu-font-family-0.83.zip"
17 "${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83")
18
19 set(ORTHANC_STONE_APPLICATION_RESOURCES
20 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf
21 )
13 22
14 if (OPENSSL_NO_CAPIENG) 23 if (OPENSSL_NO_CAPIENG)
15 add_definitions(-DOPENSSL_NO_CAPIENG=1) 24 add_definitions(-DOPENSSL_NO_CAPIENG=1)
16 endif() 25 endif()
17 26