[Insight-developers] itk example project
Damion Shelton
dmshelto@andrew.cmu.edu
Wed, 06 Mar 2002 15:42:41 -0500
Hi...
I tried out the sample project today, and it works great. A problem and a
suggestion:
Problem:
Out of curiousity, I added ITKNumerics to the list of build libraries, and
Visual C++ informed me that the library was not found when attempting to
link (although the library is definitey there). When I commented out this
library, the example built fine.
Suggestion:
Would anyone object if I added the remainder of the available libraries to
the CMakeLists.txt file, commented out, with instructions to uncomment the
applicable libraries for your own code? It would look something like:
# Note to users:
# Uncomment applicable libraries when using this file
# as a basis for your own code
LINK_LIBRARIES (
ITKBasicFilters
ITKCommon
#ITKIO
#itkpng
#ITKStatistics
#itkzlib
#VXLNumerics
)
Thoughts?
-Damion-