changeset 38:bfce0add15f2

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Dec 2016 12:55:14 +0100
parents 5a9accb9e640
children 9ee7e2f5f1a3
files Resources/CMake/OrthancStone.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/CMake/OrthancStone.cmake	Mon Dec 19 11:41:23 2016 +0100
+++ b/Resources/CMake/OrthancStone.cmake	Mon Dec 19 12:55:14 2016 +0100
@@ -77,6 +77,7 @@
   list(APPEND ORTHANC_STONE_SOURCES
     ${ORTHANC_ROOT}/Core/HttpClient.cpp
     ${ORTHANC_ROOT}/Core/SystemToolbox.cpp
+    ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancHttpConnection.cpp
     )
 
   add_definitions(
@@ -220,7 +221,6 @@
   ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomTag.cpp
   ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp
   ${ORTHANC_ROOT}/Plugins/Samples/Common/IOrthancConnection.cpp
-  ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancHttpConnection.cpp
 
   ${AUTOGENERATED_SOURCES}