comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 315:aad37d0b6407 am-2

Added LayerWidget::RemoveLayer + DELETE commands in WebService
author am@osimis.io
date Fri, 05 Oct 2018 10:38:16 +0200
parents be2660b6e40a
children 8716176ff7f0
comparison
equal deleted inserted replaced
314:97f16214dc5e 315:aad37d0b6407
173 if (NOT ORTHANC_SANDBOXED) 173 if (NOT ORTHANC_SANDBOXED)
174 set(PLATFORM_SOURCES 174 set(PLATFORM_SOURCES
175 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.cpp 175 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.cpp
176 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp 176 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp
177 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp 177 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp
178 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.cpp
178 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp 179 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp
179 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleWebService.h 180 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleWebService.h
180 ) 181 )
181 182
182 if (ENABLE_SDL OR ENABLE_QT) 183 if (ENABLE_SDL OR ENABLE_QT)