We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18249a7 + f23c101 commit 8e0bafbCopy full SHA for 8e0bafb
src/CMakeLists.txt
@@ -3,7 +3,5 @@ set(IOFDF_SRC
3
itkFDFCommonImageIO.cxx
4
itkFDFImageIOFactory.cxx)
5
6
-add_library(IOFDF ${ITK_LIBRARY_BUILD_TYPE} ${IOFDF_SRC})
+itk_module_add_library(IOFDF ${IOFDF_SRC})
7
8
-target_link_libraries(IOFDF ${ITKIOImageBase_LIBRARIES} ${ITKTransform_LIBRARIES})
9
-itk_module_target(IOFDF)
0 commit comments