comparison Applications/Samples/WebAssembly/CMakeLists.txt @ 1542:6e0da8370270

fixing paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 14:03:53 +0200
parents d1806b4e4839
children 65eccce95882
comparison
equal deleted inserted replaced
1541:ae17c8c8838f 1542:6e0da8370270
27 27
28 # Stone of Orthanc configuration 28 # Stone of Orthanc configuration
29 # --------------------------------------------------------------- 29 # ---------------------------------------------------------------
30 set(ALLOW_DOWNLOADS ON) 30 set(ALLOW_DOWNLOADS ON)
31 31
32 include(${CMAKE_SOURCE_DIR}/../../Resources/CMake/OrthancStoneParameters.cmake) 32 include(${CMAKE_SOURCE_DIR}/../../../OrthancStone/Resources/CMake/OrthancStoneParameters.cmake)
33 33
34 SET(ENABLE_DCMTK OFF) # Not necessary 34 SET(ENABLE_DCMTK OFF) # Not necessary
35 SET(ENABLE_GOOGLE_TEST OFF) 35 SET(ENABLE_GOOGLE_TEST OFF)
36 SET(ENABLE_LOCALE ON) # Necessary for text rendering 36 SET(ENABLE_LOCALE ON) # Necessary for text rendering
37 SET(ENABLE_WASM ON) 37 SET(ENABLE_WASM ON)