comparison Applications/StoneWebViewer/WebAssembly/StoneModule/CMakeLists.txt @ 1555:b894072b9e2f

static JavaScript resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 18:58:23 +0200
parents c54bc5bffd01
children 8c5f9864545f
comparison
equal deleted inserted replaced
1554:6d14ed6163b1 1555:b894072b9e2f
42 # Stone of Orthanc configuration, to be used as module 42 # Stone of Orthanc configuration, to be used as module
43 # --------------------------------------------------------------- 43 # ---------------------------------------------------------------
44 44
45 45
46 include(${CMAKE_SOURCE_DIR}/../../../../OrthancStone/Resources/Orthanc/CMake/Compiler.cmake) 46 include(${CMAKE_SOURCE_DIR}/../../../../OrthancStone/Resources/Orthanc/CMake/Compiler.cmake)
47 include(${CMAKE_SOURCE_DIR}/../../../../OrthancStone/Resources/Orthanc/CMake/DownloadPackage.cmake)
47 48
48 add_definitions( 49 add_definitions(
49 -DORTHANC_STONE_MAX_TAG_LENGTH=256 # TODO => share with OrthancStone 50 -DORTHANC_STONE_MAX_TAG_LENGTH=256 # TODO => share with OrthancStone
50 ) 51 )
51 52