comparison CMakeLists.txt @ 199:dfa2899d9960

refactoring cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2012 16:20:22 +0100
parents baada606da3c
children 9283552c25df
comparison
equal deleted inserted replaced
198:663cc6c46d0a 199:dfa2899d9960
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 OrthancServer/DatabaseWrapper.cpp
143 OrthancServer/ServerEnumerations.cpp
143 ) 144 )
144 145
145 # Ensure autogenerated code is built before building ServerLibrary 146 # Ensure autogenerated code is built before building ServerLibrary
146 add_dependencies(ServerLibrary CoreLibrary) 147 add_dependencies(ServerLibrary CoreLibrary)
147 148