comparison Applications/Samples/Sdl/CMakeLists.txt @ 1586:b5417e377636

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Oct 2020 16:17:10 +0200
parents 94edbfa64c97
children a1405ab3a91c
comparison
equal deleted inserted replaced
1585:94edbfa64c97 1586:b5417e377636
38 "a24b8136b8f3bb93f166baf97d9328de" 38 "a24b8136b8f3bb93f166baf97d9328de"
39 "http://orthanc.osimis.io/ThirdPartyDownloads/ubuntu-font-family-0.83.zip" 39 "http://orthanc.osimis.io/ThirdPartyDownloads/ubuntu-font-family-0.83.zip"
40 "${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83") 40 "${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83")
41 41
42 EmbedResources( 42 EmbedResources(
43 COLORMAP_HOT ${ORTHANC_STONE_ROOT}/Resources/Colormaps/hot.lut 43 COLORMAP_HOT ${CMAKE_SOURCE_DIR}/../../Resources/Colormaps/hot.lut
44 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf 44 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf
45 ) 45 )
46 46
47 SortFilesInSourceGroups() 47 SortFilesInSourceGroups()
48 48