Mercurial > hg > orthanc-stone
changeset 2049:85ab86f10d01 deep-learning
reorganization
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 16 Mar 2023 21:28:22 +0100 |
parents | a05b03f45289 |
children | 0d814292a17e |
files | Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Wed Mar 08 17:46:04 2023 +0100 +++ b/Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Thu Mar 16 21:28:22 2023 +0100 @@ -137,7 +137,7 @@ ${ORTHANC_STONE_SOURCES} ${AUTOGENERATED_SOURCES} ${PROTOBUF_SOURCES} # TODO - ${CMAKE_SOURCE_DIR}/deep-learning/WebAssembly/Worker.pb.cc # TODO + ${CMAKE_SOURCE_DIR}/Worker.pb.cc # TODO StoneWebViewer.cpp )
--- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Wed Mar 08 17:46:04 2023 +0100 +++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Thu Mar 16 21:28:22 2023 +0100 @@ -3927,7 +3927,7 @@ #include <emscripten/fetch.h> -#include "deep-learning/WebAssembly/Worker.pb.h" +#include "Worker.pb.h" enum DeepLearningState {