comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 1502:e5729dab3f67

moving Deprecated/Applications/Generic/GuiAdapter.[cpp|h] to Framework/Deprecated/
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 11:37:34 +0200
parents fab6c6e795a3
children d8af188ab545
comparison
equal deleted inserted replaced
1501:1e381f2596d3 1502:e5729dab3f67
263 ) 263 )
264 endif() 264 endif()
265 265
266 if ((ENABLE_SDL OR ENABLE_WASM) AND ENABLE_GUIADAPTER) 266 if ((ENABLE_SDL OR ENABLE_WASM) AND ENABLE_GUIADAPTER)
267 list(APPEND APPLICATIONS_SOURCES 267 list(APPEND APPLICATIONS_SOURCES
268 ${ORTHANC_STONE_ROOT}/Deprecated/Applications/Generic/GuiAdapter.cpp 268 ${ORTHANC_STONE_ROOT}/Framework/Deprecated/GuiAdapter.cpp
269 ${ORTHANC_STONE_ROOT}/Deprecated/Applications/Generic/GuiAdapter.h 269 ${ORTHANC_STONE_ROOT}/Framework/Deprecated/GuiAdapter.h
270 ) 270 )
271 endif() 271 endif()
272 272
273 273
274 list(APPEND ORTHANC_STONE_SOURCES 274 list(APPEND ORTHANC_STONE_SOURCES