comparison Applications/CMakeLists.txt @ 27:2e5db9b72a7b

fix msvc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2016 13:02:57 +0200
parents 952b2c6ee0a2
children 371243c270cc
comparison
equal deleted inserted replaced
26:952b2c6ee0a2 27:2e5db9b72a7b
205 ${ORTHANC_WSI_SOURCES} 205 ${ORTHANC_WSI_SOURCES}
206 ${AUTOGENERATED_SOURCES} 206 ${AUTOGENERATED_SOURCES}
207 207
208 # Mandatory components 208 # Mandatory components
209 ${BOOST_SOURCES} 209 ${BOOST_SOURCES}
210 ${CURL_SOURCES}
211 ${DCMTK_SOURCES}
210 ${JSONCPP_SOURCES} 212 ${JSONCPP_SOURCES}
211 ${ZLIB_SOURCES} 213 ${LIBJPEG_SOURCES}
212 ${LIBPNG_SOURCES} 214 ${LIBPNG_SOURCES}
213 ${LIBJPEG_SOURCES}
214 ${DCMTK_SOURCES}
215 ${LIBTIFF_SOURCES} 215 ${LIBTIFF_SOURCES}
216 ${OPENJPEG_SOURCES} 216 ${OPENJPEG_SOURCES}
217 ${ZLIB_SOURCES}
217 218
218 # Optional components 219 # Optional components
219 ${OPENSSL_SOURCES} 220 ${OPENSSL_SOURCES}
220 ${CURL_SOURCES}
221 ) 221 )
222 222
223 223
224 ##################################################################### 224 #####################################################################
225 ## Build the WSI DICOM-izer 225 ## Build the WSI DICOM-izer