comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 251:192e6e349e69 am-2

first usage of new message system (in SDL only)
author am@osimis.io
date Mon, 02 Jul 2018 18:13:46 +0200
parents 5e642859267e
children 65562a28fe05
comparison
equal deleted inserted replaced
250:5e642859267e 251:192e6e349e69
140 ${ORTHANC_STONE_ROOT}/Applications/BasicApplicationContext.cpp 140 ${ORTHANC_STONE_ROOT}/Applications/BasicApplicationContext.cpp
141 ) 141 )
142 142
143 if (NOT ORTHANC_SANDBOXED) 143 if (NOT ORTHANC_SANDBOXED)
144 set(PLATFORM_SOURCES 144 set(PLATFORM_SOURCES
145 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.cpp
145 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp 146 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp
146 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp 147 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp
147 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp 148 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp
148 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleWebService.h 149 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleWebService.h
149 ) 150 )