[Insight-users] How do you know what to include in TARGET_LINK_LIBRARIES in CMakeLists.txt
Neal R. Harvey
harve at lanl.gov
Mon Dec 22 16:04:11 EST 2008
Sorry users
But, after a little more searching through the code I came up with the
answer.
Sorry to have bothered you unnecessarily.
For the watershed, all I needed was: ITKAlgorithms
Doh!
Neal R. Harvey wrote:
> ITK users
>
> A previous problem I posted about was solved by simply pointing the
> CMakeLists.txt file to the
> appropriate libraries - I was having problems with simple IO of image
> files, and solved this by
> adding "ITKIO" to TARGET_LINK_LIBRARIES in the CMakeLists.txt file, as
> below.
>
> TARGET_LINK_LIBRARIES(myProgram ITKIO ITKCommon)
>
> I am experiencing similar error messages now that I am getting a
> little more complicated
> in my programming (reading images, smoothing them, producing the
> gradients and then
> trying to send the result to the watershed operator). So, am I missing
> something again in
> my list in TARGET_LINK_LIBRARIES?
>
> If this is the case, is there a resource ,which I can access, that
> would provide information
> about these libraries and, when trying to use them, what I need to
> include in my
> TARGET_LINK_LIBRARIES list?
>
> I haven't come across anything like this in my reading of the ITK
> users guide yet.
>
> Any assistance would be very much appreciated.
>
> Regards
>
> Harve
>
--
HARVE (Neal R. Harvey) Email: harve at lanl.gov
ISR-2 Phone: 505 667 9077
Los Alamos National Laboratory Fax: 505 664 0362
Los Alamos, NM 87545, USA Mail Stop: D-436
The generation of random numbers is too important to be left to chance.
More information about the Insight-users
mailing list