[Insight-users] fatal error LNK1104: cannot open file 'ITKBasicFilters.obj'
Yuan
kimonao at 163.com
Wed Mar 20 00:37:30 EDT 2013
when i build a project using ITK and VTK togeter.
i got such an error: fatal error LNK1104: cannot open file '\\ITKBasicFilters.obj'
but when i searched this file in D:/itk-bin, i got nothing.
Could anyone give me some advices?!
the last of the cmakefile is as following:
ADD_EXECUTABLE( ${PROJECT_NAME}
${${PROJECT_NAME}_SRCS}
${${PROJECT_NAME}_UIS_H}
${${PROJECT_NAME}_MOC_SRCS}
${${PROJECT_NAME}_RCCS}
)
TARGET_LINK_LIBRARIES ( ${PROJECT_NAME}
QVTK
#ITKIO
${VTK_LIBRARIES} ${ITK_LIBRARIES}
//ITKBasicFilters
)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130320/a357c803/attachment.htm>
More information about the Insight-users
mailing list