[Insight-users] unresolved external errors ITKIOGDCM
bot1q
bot1q88 at yahoo.de
Wed Sep 11 03:16:23 EDT 2013
ADD_EXECUTABLE(
Seg
Segs.cpp
Segs.h
)
TARGET_LINK_LIBRARIES(
Seg
TUtil
${ITK_LIBS_ALL}
${VNL_LIBS}
${ITK_LIBRARIES}
vtkCommon
vtkFiltering
vtkHybrid
)
That is my Cmakelists.txt,
but if i add ITKIO, I get ITKIO.lib not found, the solution was to do
${ITK_LIBRARIES}.
I am using ITK4.4 and GDCM 2.2.4
--
View this message in context: http://itk-users.7.n7.nabble.com/unresolved-external-errors-ITKIOGDCM-tp32319p32322.html
Sent from the ITK - Users mailing list archive at Nabble.com.
More information about the Insight-users
mailing list