comparison CMakeLists.txt @ 183:baada606da3c

databasewrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 12 Nov 2012 14:52:30 +0100
parents 2dece1526c06
children dfa2899d9960
comparison
equal deleted inserted replaced
182:93ff5babcaf8 183:baada606da3c
137 OrthancServer/Internals/StoreScp.cpp 137 OrthancServer/Internals/StoreScp.cpp
138 OrthancServer/OrthancInitialization.cpp 138 OrthancServer/OrthancInitialization.cpp
139 OrthancServer/OrthancRestApi.cpp 139 OrthancServer/OrthancRestApi.cpp
140 OrthancServer/ServerIndex.cpp 140 OrthancServer/ServerIndex.cpp
141 OrthancServer/ToDcmtkBridge.cpp 141 OrthancServer/ToDcmtkBridge.cpp
142 OrthancServer/DatabaseWrapper.cpp
142 ) 143 )
143 144
144 # Ensure autogenerated code is built before building ServerLibrary 145 # Ensure autogenerated code is built before building ServerLibrary
145 add_dependencies(ServerLibrary CoreLibrary) 146 add_dependencies(ServerLibrary CoreLibrary)
146 147