comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 246:5470b15f7cf2 am

first usage of boost::signals2
author am@osimis.io
date Tue, 26 Jun 2018 13:55:17 +0200
parents 313903066093
children 3d523c9a8f0d
comparison
equal deleted inserted replaced
245:e802578e1554 246:5470b15f7cf2
143 if (NOT ORTHANC_SANDBOXED) 143 if (NOT ORTHANC_SANDBOXED)
144 set(PLATFORM_SOURCES 144 set(PLATFORM_SOURCES
145 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp 145 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp
146 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp 146 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp
147 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp 147 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp
148 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleWebService.h
148 ) 149 )
149 150
150 list(APPEND APPLICATIONS_SOURCES 151 list(APPEND APPLICATIONS_SOURCES
151 ${ORTHANC_STONE_ROOT}/Applications/Sdl/BasicSdlApplication.cpp 152 ${ORTHANC_STONE_ROOT}/Applications/Sdl/BasicSdlApplication.cpp
152 ${ORTHANC_STONE_ROOT}/Applications/Sdl/BasicSdlApplicationContext.cpp 153 ${ORTHANC_STONE_ROOT}/Applications/Sdl/BasicSdlApplicationContext.cpp