<div dir="ltr">Thanks that worked!</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 27, 2014 at 7:17 PM, Matt McCormick <span dir="ltr"><<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Hi Charlotte,<br>
<br>
Welcome to ITK!<br>
<br>
The explicit list of ITK libraries (which have changed names in ITKv4<br>
versus ITKv3) can be fixed by using ${ITK_LIBRARIES}.  So,<br>
<br>
</span>TARGET_LINK_LIBRARIES (<br>
  2dasm<br>
  ${ITK_LIBRARIES}<br>
  ${VTK_LIBRARIES})<br>
<br>
Hope this helps,<br>
Matt<br>
<div class="HOEnZb"><div class="h5"><br>
On Thu, Nov 27, 2014 at 10:17 PM, Matt McCormick<br>
<<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>> wrote:<br>
> Hi Charlotte,<br>
><br>
> Welcome to ITK!<br>
><br>
> The explicit list of ITK libraries (which have changed names in ITKv4<br>
> versus ITKv3) can be fixed by using ${ITK_LIBRARIES}.  So,<br>
><br>
><br>
><br>
> On Thu, Nov 27, 2014 at 2:38 PM, Charlotte Xerneas <<a href="mailto:xerneas999@gmail.com">xerneas999@gmail.com</a>> wrote:<br>
>> Hi,<br>
>><br>
>> I'm pretty new to this forum, as well as to ITK. I hope you can helping me<br>
>> out to make an existing ITK VC project work. I downloaded the source code<br>
>> from<br>
>> <a href="http://www.insight-journal.org/browse/publication/812" target="_blank">http://www.insight-journal.org/browse/publication/812</a>.<br>
>><br>
>> I used cmake and then tried to compile it in Visual Studio 2010. But I got<br>
>> the error<br>
>><br>
>> LINK : fatal error LNK1104: cannot open file 'ITKAlgorithms.lib'.<br>
>><br>
>><br>
>> These are the options I used in CMake configure:<br>
>><br>
>> CMAKE_BACKWARDS_COMPATIBILITY   2.4<br>
>><br>
>> CMAKE_CONFIGURATION_TYPES: Debug;Release;MinSizeRel;RelWithDebInfo<br>
>> CMAKE_INSTALL_PREFIX               C:/Program Files (x86)/2dasm<br>
>> EXECUTABLE_OUTPUT_PATH:  E:/ITK/Create2DActiveShapeModel/dev10/excecutable<br>
>> ITK_DIR: E:/ITK/ITK4.6-dev10<br>
>> LIBRARY_OUTPUT_PATH: E:/ITK/Create2DActiveShapeModel/dev10/liboutput<br>
>><br>
>> After I generated using CMake, both the executable_output_path and<br>
>> library_output_path are empty.<br>
>><br>
>> For you convenience, this is the cmake file I used:<br>
>> PROJECT( 2dasm )<br>
>><br>
>> CMAKE_MINIMUM_REQUIRED(VERSION 2.4)<br>
>> if(COMMAND cmake_policy)<br>
>>       cmake_policy(SET CMP0003 NEW)<br>
>> endif(COMMAND cmake_policy)<br>
>><br>
>> FIND_PACKAGE ( ITK )<br>
>> IF (  ITK_FOUND  )<br>
>>          INCLUDE(  ${USE_ITK_FILE}  )<br>
>> ENDIF(   ITK_FOUND   )<br>
>><br>
>><br>
>> INCLUDE_DIRECTORIES(${imfilter_SOURCE_DIR})<br>
>><br>
>> ADD_EXECUTABLE( 2dasm   2dasm.cxx )<br>
>><br>
>> TARGET_LINK_LIBRARIES (<br>
>>   2dasm<br>
>>   ITKAlgorithms<br>
>>   ITKBasicFilters<br>
>>   ITKCommon<br>
>>   ITKIO<br>
>>   ITKNumerics<br>
>>   ITKSpatialObject<br>
>>   ${VTK_LIBRARIES})<br>
>><br>
>><br>
>> Please help me identify what have I done wrong.<br>
>><br>
>> Many thanks,<br>
>> Charlotte<br>
>><br>
>> _______________________________________________<br>
>> Community mailing list<br>
>> <a href="mailto:Community@itk.org">Community@itk.org</a><br>
>> <a href="http://public.kitware.com/mailman/listinfo/community" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
>><br>
</div></div></blockquote></div><br></div>