Mercurial > hg > orthanc-gcp
changeset 43:5f50a2b2ae04
fix missing cpp
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 24 Feb 2021 07:27:30 +0100 |
parents | 21499c134785 |
children | 3415f3d73f65 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Jan 06 18:13:58 2021 +0100 +++ b/CMakeLists.txt Wed Feb 24 07:27:30 2021 +0100 @@ -123,6 +123,7 @@ ${ORTHANC_FRAMEWORK_ROOT}/HttpClient.cpp ${ORTHANC_FRAMEWORK_ROOT}/Logging.cpp ${ORTHANC_FRAMEWORK_ROOT}/OrthancException.cpp + ${ORTHANC_FRAMEWORK_ROOT}/SerializationToolbox.cpp ${ORTHANC_FRAMEWORK_ROOT}/SystemToolbox.cpp ${ORTHANC_FRAMEWORK_ROOT}/Toolbox.cpp ${ORTHANC_FRAMEWORK_ROOT}/WebServiceParameters.cpp