comparison Platforms/Generic/CMakeLists.txt @ 145:6941b98cf0fd wasm

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Jan 2018 16:44:52 +0100
parents a06ad9d7406e
children 5412adf19980
comparison
equal deleted inserted replaced
144:9b83f30fc1c0 145:6941b98cf0fd
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 include(../../Resources/CMake/OrthancStoneParameters.cmake) 9 include(../../Resources/CMake/OrthancStoneParameters.cmake)
10 10
11 LIST(APPEND ORTHANC_BOOST_COMPONENTS program_options)
12
11 SET(ORTHANC_SANDBOXED OFF) 13 SET(ORTHANC_SANDBOXED OFF)
12 LIST(APPEND ORTHANC_BOOST_COMPONENTS program_options)
13 SET(ENABLE_CRYPTO_OPTIONS ON) 14 SET(ENABLE_CRYPTO_OPTIONS ON)
14 SET(ENABLE_GOOGLE_TEST ON) 15 SET(ENABLE_GOOGLE_TEST ON)
15 SET(ENABLE_WEB_CLIENT ON) 16 SET(ENABLE_WEB_CLIENT ON)
16 17
17 include(../../Resources/CMake/OrthancStoneConfiguration.cmake) 18 include(../../Resources/CMake/OrthancStoneConfiguration.cmake)
18 include(../../Resources/CMake/BoostExtendedConfiguration.cmake)
19 19
20 add_library(OrthancStone STATIC 20 add_library(OrthancStone STATIC
21 ${ORTHANC_STONE_SOURCES} 21 ${ORTHANC_STONE_SOURCES}
22 ${BOOST_EXTENDED_SOURCES}
23 ) 22 )
24 23
25 24
26 ##################################################################### 25 #####################################################################
27 ## Build all the sample applications 26 ## Build all the sample applications