set(ITKIOTIFF_SRC
itkTIFFImageIO.cxx
itkTIFFImageIOFactory.cxx
)

add_library(ITKIOTIFF ${ITKIOTIFF_SRC})
target_link_libraries(ITKIOTIFF  ${ITKTIFF_LIBRARIES} ${ITKIOImageBase_LIBRARIES})
itk_module_target(ITKIOTIFF)
