# Sources of non-templated classes. SET( I2TKIO_SRCS itkExtendedImageIOFactory.cxx itkInterfileImageIO.cxx itkInterfileImageIOFactory.cxx ) ADD_LIBRARY(I2TKIO ${I2TKIO_SRCS}) TARGET_LINK_LIBRARIES (I2TKIO ITKCommon ITKIO) ADD_EXECUTABLE(Dicom2MetaIO Dicom2MetaIO.cxx ) TARGET_LINK_LIBRARIES(Dicom2MetaIO ITKCommon ITKIO)