diff Resources/CMake/OrthancStone.cmake @ 80:f40a78cc7070 wasm

Oracle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 May 2017 22:33:20 +0200
parents ffa6dded91bd
children cee8f308a4bc
line wrap: on
line diff
--- a/Resources/CMake/OrthancStone.cmake	Wed May 24 21:23:29 2017 +0200
+++ b/Resources/CMake/OrthancStone.cmake	Wed May 24 22:33:20 2017 +0200
@@ -175,6 +175,12 @@
 ## All the source files required to build Stone of Orthanc
 #####################################################################
 
+set(PLATFORM_SOURCES
+  ${ORTHANC_STONE_DIR}/Platforms/Generic/WebServiceGetCommand.cpp
+  ${ORTHANC_STONE_DIR}/Platforms/Generic/WebServicePostCommand.cpp
+  ${ORTHANC_STONE_DIR}/Platforms/Generic/Oracle.cpp
+  )
+
 list(APPEND ORTHANC_STONE_SOURCES
   ${ORTHANC_STONE_DIR}/Applications/BasicApplicationContext.cpp
   ${ORTHANC_STONE_DIR}/Applications/IBasicApplication.cpp
@@ -229,6 +235,8 @@
   ${ORTHANC_STONE_DIR}/Framework/Widgets/LayerWidget.cpp
   ${ORTHANC_STONE_DIR}/Framework/Widgets/WorldSceneWidget.cpp
 
+  ${PLATFORM_SOURCES}
+
   ${ORTHANC_ROOT}/Core/ChunkedBuffer.cpp
   ${ORTHANC_ROOT}/Core/Compression/DeflateBaseCompressor.cpp
   ${ORTHANC_ROOT}/Core/Compression/GzipCompressor.cpp