comparison Platforms/Generic/CMakeLists.txt @ 115:f598ffb81cda wasm

fix sandboxed build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 17:02:58 +0200
parents 3541fc81331a
children 4c5f7cda8624
comparison
equal deleted inserted replaced
114:3541fc81331a 115:f598ffb81cda
4 4
5 ##################################################################### 5 #####################################################################
6 ## Build a static library containing the Orthanc Stone framework 6 ## Build a static library containing the Orthanc Stone framework
7 ##################################################################### 7 #####################################################################
8 8
9 SET(STONE_SANDBOXED OFF) 9 include(../../Resources/CMake/OrthancStoneParameters.cmake)
10 include(../../Resources/CMake/OrthancStone.cmake) 10
11 SET(ORTHANC_SANDBOXED OFF)
12 SET(ORTHANC_BOOST_COMPONENTS program_options)
13 SET(ENABLE_CRYPTO_OPTIONS ON)
14 SET(ENABLE_GOOGLE_TEST ON)
15 SET(ENABLE_WEB_CLIENT ON)
16
17 include(../../Resources/CMake/OrthancStoneConfiguration.cmake)
18
11 add_library(OrthancStone STATIC ${ORTHANC_STONE_SOURCES}) 19 add_library(OrthancStone STATIC ${ORTHANC_STONE_SOURCES})
12 20
13 21
14 ##################################################################### 22 #####################################################################
15 ## Build all the sample applications 23 ## Build all the sample applications