[Insight-users] Using ITK without cmake

Matthew McCormick (thewtex) matt at mmmccormick.com
Wed Jan 7 19:57:01 EST 2009


The files called CMakeLists.txt contain information on how the libraries are
configured and their components.  You can simply look for the appropriate
lines and variables.  Look for, e.g., instances of the ADD_LIBRARY()
command.  If the variable depends on other variables and the valuable is
non-obvious, you can use the MESSAGE() command ( see cmake help for usage
).to print out the value when doing a cmake configure.  However, itk has few
library components since most of the code is templates that don't use
explicit instantiation by default.

>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090107/0da3e5d9/attachment-0001.htm>


More information about the Insight-users mailing list