comparison CMakeLists.txt @ 1763:f7014cca73c7

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 12:45:20 +0100
parents e268412adcf1
children dbb07eb1a2f3
comparison
equal deleted inserted replaced
1743:8fc1d096aa38 1763:f7014cca73c7
148 148
149 set(ORTHANC_SERVER_SOURCES 149 set(ORTHANC_SERVER_SOURCES
150 OrthancServer/DatabaseWrapper.cpp 150 OrthancServer/DatabaseWrapper.cpp
151 OrthancServer/DatabaseWrapperBase.cpp 151 OrthancServer/DatabaseWrapperBase.cpp
152 OrthancServer/DicomDirWriter.cpp 152 OrthancServer/DicomDirWriter.cpp
153 OrthancServer/DicomFindQuery.cpp
154 OrthancServer/DicomModification.cpp 153 OrthancServer/DicomModification.cpp
155 OrthancServer/DicomProtocol/DicomFindAnswers.cpp 154 OrthancServer/DicomProtocol/DicomFindAnswers.cpp
156 OrthancServer/DicomProtocol/DicomServer.cpp 155 OrthancServer/DicomProtocol/DicomServer.cpp
157 OrthancServer/DicomProtocol/DicomUserConnection.cpp 156 OrthancServer/DicomProtocol/DicomUserConnection.cpp
158 OrthancServer/DicomProtocol/RemoteModalityParameters.cpp 157 OrthancServer/DicomProtocol/RemoteModalityParameters.cpp
177 OrthancServer/OrthancRestApi/OrthancRestModalities.cpp 176 OrthancServer/OrthancRestApi/OrthancRestModalities.cpp
178 OrthancServer/OrthancRestApi/OrthancRestResources.cpp 177 OrthancServer/OrthancRestApi/OrthancRestResources.cpp
179 OrthancServer/OrthancRestApi/OrthancRestSystem.cpp 178 OrthancServer/OrthancRestApi/OrthancRestSystem.cpp
180 OrthancServer/ParsedDicomFile.cpp 179 OrthancServer/ParsedDicomFile.cpp
181 OrthancServer/QueryRetrieveHandler.cpp 180 OrthancServer/QueryRetrieveHandler.cpp
182 OrthancServer/ResourceFinder.cpp 181 OrthancServer/Search/LookupIdentifierQuery.cpp
182 OrthancServer/Search/LookupResource.cpp
183 OrthancServer/Search/SetOfResources.cpp
184 OrthancServer/Search/ListConstraint.cpp
185 OrthancServer/Search/RangeConstraint.cpp
186 OrthancServer/Search/ValueConstraint.cpp
187 OrthancServer/Search/WildcardConstraint.cpp
183 OrthancServer/ServerContext.cpp 188 OrthancServer/ServerContext.cpp
184 OrthancServer/ServerEnumerations.cpp 189 OrthancServer/ServerEnumerations.cpp
185 OrthancServer/ServerIndex.cpp 190 OrthancServer/ServerIndex.cpp
186 OrthancServer/ServerToolbox.cpp 191 OrthancServer/ServerToolbox.cpp
187 OrthancServer/SliceOrdering.cpp 192 OrthancServer/SliceOrdering.cpp