[Insight-users] Help on LIB-DEPENDS for FltkImageViewer
Luis Ibanez
luis.ibanez at kitware.com
Tue Sep 5 10:39:55 EDT 2006
Hi Xuejun,
My apologies, that command doesn't exist, I should have said:
TARGET_LINK_LIBRARIES()
You will find help on CMake commands by typing
cmake --help
or
cmake --help-command-list
or more specifically:
cmake --help-command TARGET_LINK_LIBRARIES
Regards,
Luis
----------------
Xuejun wrote:
> Hi, Luis;
>
> I cannot find the command "ADD_TARGET_LINK()" in CMake. Would you please
> tell me how to use it?
>
> Regards,
> Sam
>
> -----Original Message-----
> From: Luis Ibanez [mailto:luis.ibanez at kitware.com]
> Sent: Monday, September 04, 2006 2:17 PM
> To: Xuejun
> Cc: insight-users at itk.org
> Subject: Re: [Insight-users] Help on LIB-DEPENDS for FltkImageViewer
>
>
> Hi Sam,
>
> I guess that what you want is to use the FltkImageViewer library
> in your own project.
>
> Is that right ?
>
> If so, please look at the following email:
> http://public.kitware.com/pipermail/insight-users/2006-August/019131.html
>
> Where you will find the CMakeLists.txt file that allows you to
> build FltkImageViewer outside of the source tree of InsightApplications.
>
> Once you build FltkImageViewer, you can refer to it from the
> CMakeLists.txt file of your project by using commands:
>
> INCLUDE_DIRECTORIES()
>
> and
>
> ADD_TARGET_LINK()
>
>
> ---
>
>
> Regards,
>
>
> Luis
>
>
>
> ----------------
> Xuejun wrote:
>
>>Dear all ITK users and developers;
>>
>>
>>
>>Would you please tell me how to set up ITKFltkImageViewer_LIB_DEPENDS in
>>CMakelist.txt?
>>
>>
>>
>>Best regards,
>>
>>Sam
>>
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>Insight-users mailing list
>>Insight-users at itk.org
>>http://www.itk.org/mailman/listinfo/insight-users
>
>
>
>
>
More information about the Insight-users
mailing list