comparison CMakeLists.txt @ 3270:92d679112657

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Feb 2019 14:59:52 +0100
parents 47fbb0467a62
children 81dafe9be364
comparison
equal deleted inserted replaced
3269:905ee53c8274 3270:92d679112657
288 STATIC 288 STATIC
289 ${ORTHANC_CORE_PCH} 289 ${ORTHANC_CORE_PCH}
290 ${ORTHANC_CORE_SOURCES} 290 ${ORTHANC_CORE_SOURCES}
291 ${ORTHANC_DICOM_SOURCES} 291 ${ORTHANC_DICOM_SOURCES}
292 ${AUTOGENERATED_SOURCES} 292 ${AUTOGENERATED_SOURCES}
293 ) 293 )
294
295 if (LIBICU_LIBRARIES)
296 target_link_libraries(CoreLibrary ${LIBICU_LIBRARIES})
297 endif()
294 298
295 299
296 ##################################################################### 300 #####################################################################
297 ## Build the Orthanc server 301 ## Build the Orthanc server
298 ##################################################################### 302 #####################################################################