diff 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
line wrap: on
line diff
--- a/Resources/CMake/OrthancStoneConfiguration.cmake	Tue Jun 30 11:29:41 2020 +0200
+++ b/Resources/CMake/OrthancStoneConfiguration.cmake	Tue Jun 30 11:37:34 2020 +0200
@@ -265,8 +265,8 @@
 
 if ((ENABLE_SDL OR ENABLE_WASM) AND ENABLE_GUIADAPTER)
   list(APPEND APPLICATIONS_SOURCES
-    ${ORTHANC_STONE_ROOT}/Deprecated/Applications/Generic/GuiAdapter.cpp
-    ${ORTHANC_STONE_ROOT}/Deprecated/Applications/Generic/GuiAdapter.h
+    ${ORTHANC_STONE_ROOT}/Framework/Deprecated/GuiAdapter.cpp
+    ${ORTHANC_STONE_ROOT}/Framework/Deprecated/GuiAdapter.h
     )
 endif()