[Insight-users] ITK application
Ruben Schilling
r.b.schilling at googlemail.com
Tue Jul 17 06:32:40 EDT 2007
Hi,
itkImage.h ist part of itkCommon. You should check in your
CMakeLists.txt project file, whether it contains something like
LINK_LIBRARIES (itkCommon)
or
TARGET_LINK_LIBRARIES ( YourBuildTarget itkCommon ).
Also, if I understand you correctly, you didn't provide the ITK_DIR
Variable to CMakeLists.txt. You can set the variable ITK_DIR of your
CMakeLists.txt file using a line like
SET (ITK_DIR /path/to/your/top/level/itk/build/directory)
(do this before you any CMake line referencing to ITK)
You can find tons of information on the ITK website, mostly regarding
your question in the tutorials
http://www.itk.org/HTML/Tutorials.htm
You should also check the itkSoftwareGuide later on (also on the itk
website).
Best regards
Ruben
Am 17.07.2007 um 12:08 schrieb deepak kamboj:
> hi ALL
> i am using itkapplication.
> i build itk application successfully and noe i am building
> sample projcet given in itk application
> putting it outside the itk directory.
> when i configure it in cmake it got but it does't show
> option of itk_dir but it is giving me .dsw file and when i am
> building that .dsw file it showsitkImage.h not found
> please help to get out of that
> should i need to change cmake file? If than what is the
> correct cmake file.
> with BEST REGARDS
> deepak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20070717/c508dde2/attachment.html
More information about the Insight-users
mailing list