[Insight-users] Question about itkActiveShapeModelCalculator

Lino Ramirez ramirez at ece.ualberta.ca
Tue Jan 18 18:02:43 EST 2005


Hi Alex,

You might be missing the following lines in your CMakeLists.txt

INCLUDE_DIRECTORIES(
${ITK_SOURCE_DIR}/Code/Algorithms
# Any other directory you might need
)

LINK_DIRECTORIES(
${ITK_BINARY_DIR}/Code/Algorithms
# Any other directory you might need
)

I hope this helps

Lino



More information about the Insight-users mailing list