comparison Platforms/Generic/CMakeLists.txt @ 127:b963f3a9a86c wasm

fix static build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Nov 2017 17:53:55 +0100
parents 4c5f7cda8624
children a06ad9d7406e
comparison
equal deleted inserted replaced
126:c9e88e7935a4 127:b963f3a9a86c
13 SET(ENABLE_CRYPTO_OPTIONS ON) 13 SET(ENABLE_CRYPTO_OPTIONS ON)
14 SET(ENABLE_GOOGLE_TEST ON) 14 SET(ENABLE_GOOGLE_TEST ON)
15 SET(ENABLE_WEB_CLIENT ON) 15 SET(ENABLE_WEB_CLIENT ON)
16 16
17 include(../../Resources/CMake/OrthancStoneConfiguration.cmake) 17 include(../../Resources/CMake/OrthancStoneConfiguration.cmake)
18 include(../../Resources/CMake/BoostExtendedConfiguration.cmake)
18 19
19 add_library(OrthancStone STATIC ${ORTHANC_STONE_SOURCES}) 20 add_library(OrthancStone STATIC
21 ${ORTHANC_STONE_SOURCES}
22 ${BOOST_EXTENDED_SOURCES}
23 )
20 24
21 25
22 ##################################################################### 26 #####################################################################
23 ## Build all the sample applications 27 ## Build all the sample applications
24 ##################################################################### 28 #####################################################################