Mercurial > hg > orthanc
comparison CMakeLists.txt @ 2773:bb63068844ae
moving DatabaseWrapperBase into graveyard
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 17 Jul 2018 11:25:54 +0200 |
parents | 8e593bd59cf7 |
children | 37583cd183ed |
comparison
equal
deleted
inserted
replaced
2772:f3df536e7366 | 2773:bb63068844ae |
---|---|
52 ## List of source files | 52 ## List of source files |
53 ##################################################################### | 53 ##################################################################### |
54 | 54 |
55 set(ORTHANC_SERVER_SOURCES | 55 set(ORTHANC_SERVER_SOURCES |
56 OrthancServer/DatabaseWrapper.cpp | 56 OrthancServer/DatabaseWrapper.cpp |
57 OrthancServer/DatabaseWrapperBase.cpp | |
58 OrthancServer/DicomInstanceOrigin.cpp | 57 OrthancServer/DicomInstanceOrigin.cpp |
59 OrthancServer/DicomInstanceToStore.cpp | 58 OrthancServer/DicomInstanceToStore.cpp |
60 OrthancServer/ExportedResource.cpp | 59 OrthancServer/ExportedResource.cpp |
61 OrthancServer/LuaScripting.cpp | 60 OrthancServer/LuaScripting.cpp |
62 OrthancServer/OrthancFindRequestHandler.cpp | 61 OrthancServer/OrthancFindRequestHandler.cpp |