Mercurial > hg > orthanc
comparison CMakeLists.txt @ 3047:1c095185074c db-changes
move class SetOfResources to plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 20 Dec 2018 16:06:38 +0100 |
parents | 8fd203510d8b |
children | d8a91acb7424 |
comparison
equal
deleted
inserted
replaced
3046:867140c61f30 | 3047:1c095185074c |
---|---|
76 OrthancServer/Search/DicomTagConstraint.cpp | 76 OrthancServer/Search/DicomTagConstraint.cpp |
77 OrthancServer/Search/HierarchicalMatcher.cpp | 77 OrthancServer/Search/HierarchicalMatcher.cpp |
78 OrthancServer/Search/IFindConstraint.cpp | 78 OrthancServer/Search/IFindConstraint.cpp |
79 OrthancServer/Search/ListConstraint.cpp | 79 OrthancServer/Search/ListConstraint.cpp |
80 OrthancServer/Search/RangeConstraint.cpp | 80 OrthancServer/Search/RangeConstraint.cpp |
81 OrthancServer/Search/SetOfResources.cpp | |
82 OrthancServer/Search/ValueConstraint.cpp | 81 OrthancServer/Search/ValueConstraint.cpp |
83 OrthancServer/Search/WildcardConstraint.cpp | 82 OrthancServer/Search/WildcardConstraint.cpp |
84 OrthancServer/ServerContext.cpp | 83 OrthancServer/ServerContext.cpp |
85 OrthancServer/ServerEnumerations.cpp | 84 OrthancServer/ServerEnumerations.cpp |
86 OrthancServer/ServerIndex.cpp | 85 OrthancServer/ServerIndex.cpp |
131 Plugins/Engine/OrthancPlugins.cpp | 130 Plugins/Engine/OrthancPlugins.cpp |
132 Plugins/Engine/PluginsEnumerations.cpp | 131 Plugins/Engine/PluginsEnumerations.cpp |
133 Plugins/Engine/PluginsErrorDictionary.cpp | 132 Plugins/Engine/PluginsErrorDictionary.cpp |
134 Plugins/Engine/PluginsJob.cpp | 133 Plugins/Engine/PluginsJob.cpp |
135 Plugins/Engine/PluginsManager.cpp | 134 Plugins/Engine/PluginsManager.cpp |
135 Plugins/Engine/SetOfResources.cpp | |
136 ) | 136 ) |
137 | 137 |
138 list(APPEND ORTHANC_UNIT_TESTS_SOURCES | 138 list(APPEND ORTHANC_UNIT_TESTS_SOURCES |
139 UnitTestsSources/PluginsTests.cpp | 139 UnitTestsSources/PluginsTests.cpp |
140 ) | 140 ) |