comparison CMakeLists.txt @ 213:4ce7fdcc8879

access to tags, simplified-tags and file of an instance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 10:59:40 +0100
parents 96b7918a6a18
children e7432706b354
comparison
equal deleted inserted replaced
212:f276b175dcaf 213:4ce7fdcc8879
143 OrthancServer/OrthancRestApi2.cpp 143 OrthancServer/OrthancRestApi2.cpp
144 OrthancServer/ServerIndex.cpp 144 OrthancServer/ServerIndex.cpp
145 OrthancServer/ToDcmtkBridge.cpp 145 OrthancServer/ToDcmtkBridge.cpp
146 OrthancServer/DatabaseWrapper.cpp 146 OrthancServer/DatabaseWrapper.cpp
147 OrthancServer/ServerEnumerations.cpp 147 OrthancServer/ServerEnumerations.cpp
148 OrthancServer/ServerToolbox.cpp
148 ) 149 )
149 150
150 # Ensure autogenerated code is built before building ServerLibrary 151 # Ensure autogenerated code is built before building ServerLibrary
151 add_dependencies(ServerLibrary CoreLibrary) 152 add_dependencies(ServerLibrary CoreLibrary)
152 153