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. <br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br></blockquote></div><br>