comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 291:87376a645ee1 am-2

renaming
author am@osimis.io
date Thu, 30 Aug 2018 17:06:22 +0200
parents 8c8da145fefa
children faccc4b07b92
comparison
equal deleted inserted replaced
289:36ebe6ec8fe8 291:87376a645ee1
175 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleWebService.h 175 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleWebService.h
176 ) 176 )
177 177
178 if (ENABLE_SDL OR ENABLE_QT) 178 if (ENABLE_SDL OR ENABLE_QT)
179 list(APPEND APPLICATIONS_SOURCES 179 list(APPEND APPLICATIONS_SOURCES
180 ${ORTHANC_STONE_ROOT}/Applications/Generic/BasicNativeApplicationRunner.cpp 180 ${ORTHANC_STONE_ROOT}/Applications/Generic/NativeStoneApplicationRunner.cpp
181 ${ORTHANC_STONE_ROOT}/Applications/Generic/BasicNativeApplicationContext.cpp 181 ${ORTHANC_STONE_ROOT}/Applications/Generic/NativeStoneApplicationContext.cpp
182 ) 182 )
183 if (ENABLE_SDL) 183 if (ENABLE_SDL)
184 list(APPEND APPLICATIONS_SOURCES 184 list(APPEND APPLICATIONS_SOURCES
185 ${ORTHANC_STONE_ROOT}/Applications/Sdl/BasicSdlApplication.cpp 185 ${ORTHANC_STONE_ROOT}/Applications/Sdl/BasicSdlApplication.cpp
186 ${ORTHANC_STONE_ROOT}/Applications/Sdl/SdlEngine.cpp 186 ${ORTHANC_STONE_ROOT}/Applications/Sdl/SdlEngine.cpp