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

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Oct 2020 16:17:10 +0200
parents a48ae10857b1
children 8c5f9864545f
comparison
equal deleted inserted replaced
1585:94edbfa64c97 1586:b5417e377636
50 "a24b8136b8f3bb93f166baf97d9328de" 50 "a24b8136b8f3bb93f166baf97d9328de"
51 "http://orthanc.osimis.io/ThirdPartyDownloads/ubuntu-font-family-0.83.zip" 51 "http://orthanc.osimis.io/ThirdPartyDownloads/ubuntu-font-family-0.83.zip"
52 "${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83") 52 "${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83")
53 53
54 EmbedResources( 54 EmbedResources(
55 COLORMAP_HOT ${ORTHANC_STONE_ROOT}/Resources/Colormaps/hot.lut 55 COLORMAP_HOT ${CMAKE_SOURCE_DIR}/../../Resources/Colormaps/hot.lut
56 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf 56 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf
57 ) 57 )
58 58
59 add_library(OrthancStone STATIC 59 add_library(OrthancStone STATIC
60 ${ORTHANC_STONE_SOURCES} 60 ${ORTHANC_STONE_SOURCES}