comparison Applications/CMakeLists.txt @ 6:d0108402e85c

install
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Oct 2016 14:00:54 +0200
parents 4a7a53257c7d
children 62adabb8c122
comparison
equal deleted inserted replaced
5:77b76c1a213f 6:d0108402e85c
197 ApplicationToolbox.cpp 197 ApplicationToolbox.cpp
198 ) 198 )
199 199
200 target_link_libraries(OrthancWSIDicomizer OrthancWSIFramework ${DCMTK_LIBRARIES}) 200 target_link_libraries(OrthancWSIDicomizer OrthancWSIFramework ${DCMTK_LIBRARIES})
201 201
202 install(
203 TARGETS OrthancWSIDicomizer
204 RUNTIME DESTINATION bin
205 )
206
202 207
203 ##################################################################### 208 #####################################################################
204 ## Build the DICOM-to-TIFF conversion tool 209 ## Build the DICOM-to-TIFF conversion tool
205 ##################################################################### 210 #####################################################################
206 211
208 DicomToTiff.cpp 213 DicomToTiff.cpp
209 ApplicationToolbox.cpp 214 ApplicationToolbox.cpp
210 ) 215 )
211 216
212 target_link_libraries(OrthancWSIDicomToTiff OrthancWSIFramework ${DCMTK_LIBRARIES}) 217 target_link_libraries(OrthancWSIDicomToTiff OrthancWSIFramework ${DCMTK_LIBRARIES})
218
219 install(
220 TARGETS OrthancWSIDicomToTiff
221 RUNTIME DESTINATION bin
222 )
213 223
214 224
215 ##################################################################### 225 #####################################################################
216 ## Generate the documentation if Doxygen is present 226 ## Generate the documentation if Doxygen is present
217 ##################################################################### 227 #####################################################################