comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 288:8c8da145fefa am-2

renamings and doc
author am@osimis.io
date Thu, 30 Aug 2018 16:52:40 +0200
parents 2038d76bf13f
children 87376a645ee1
comparison
equal deleted inserted replaced
287:2038d76bf13f 288:8c8da145fefa
160 ##################################################################### 160 #####################################################################
161 ## All the source files required to build Stone of Orthanc 161 ## All the source files required to build Stone of Orthanc
162 ##################################################################### 162 #####################################################################
163 163
164 set(APPLICATIONS_SOURCES 164 set(APPLICATIONS_SOURCES
165 ${ORTHANC_STONE_ROOT}/Applications/IBasicApplication.h 165 ${ORTHANC_STONE_ROOT}/Applications/IStoneApplication.h
166 ${ORTHANC_STONE_ROOT}/Applications/BasicApplicationContext.cpp 166 ${ORTHANC_STONE_ROOT}/Applications/StoneApplicationContext.cpp
167 ) 167 )
168 168
169 if (NOT ORTHANC_SANDBOXED) 169 if (NOT ORTHANC_SANDBOXED)
170 set(PLATFORM_SOURCES 170 set(PLATFORM_SOURCES
171 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.cpp 171 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.cpp