Mercurial > hg > orthanc
comparison CMakeLists.txt @ 301:be378326f50b
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Dec 2012 16:30:39 +0100 |
parents | 1c8384e8408c |
children | 89ef21329e18 |
comparison
equal
deleted
inserted
replaced
300:87e09002576f | 301:be378326f50b |
---|---|
148 | 148 |
149 | 149 |
150 | 150 |
151 if(NOT ONLY_CORE_LIBRARY) | 151 if(NOT ONLY_CORE_LIBRARY) |
152 add_library(ServerLibrary | 152 add_library(ServerLibrary |
153 STATIC | |
153 ${DCMTK_SOURCES} | 154 ${DCMTK_SOURCES} |
154 OrthancServer/DicomProtocol/DicomFindAnswers.cpp | 155 OrthancServer/DicomProtocol/DicomFindAnswers.cpp |
155 OrthancServer/DicomProtocol/DicomServer.cpp | 156 OrthancServer/DicomProtocol/DicomServer.cpp |
156 OrthancServer/DicomProtocol/DicomUserConnection.cpp | 157 OrthancServer/DicomProtocol/DicomUserConnection.cpp |
157 OrthancServer/FromDcmtkBridge.cpp | 158 OrthancServer/FromDcmtkBridge.cpp |