<div dir="ltr">when compiling VTK for iOS, it cross-compiles a vtk.framework with all the libraries from the selected modules in there. We need to know modules for features (example: can I include and create a vtkPLYReader in my reader manager).<div><br></div><div>I'll be looking into generating that header file then. Thanks for the tips.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><span style="color:rgb(136,136,136);font-size:12.8000001907349px">Alexis Girault</span><br style="color:rgb(136,136,136);font-size:12.8000001907349px"><span style="color:rgb(136,136,136);font-size:12.8000001907349px">R&D Engineer in Medical Computing</span><br style="color:rgb(136,136,136);font-size:12.8000001907349px"><span style="color:rgb(136,136,136);font-size:12.8000001907349px">Kitware, Inc.</span><br style="color:rgb(136,136,136);font-size:12.8000001907349px"><br style="color:rgb(136,136,136);font-size:12.8000001907349px"><a href="http://www.kitware.com/" rel="noreferrer" style="color:rgb(17,85,204);font-size:12.8000001907349px" target="_blank">http://www.kitware.com</a><br style="color:rgb(136,136,136);font-size:12.8000001907349px"><font color="#999999"><a href="tel:(919)+969-6990+x325" target="_blank"><span style="font-size:12.8000001907349px">(919) 969-6990 x3</span>25</a></font><br></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Dec 14, 2017 at 9:45 AM, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Dec 14, 2017 at 09:24:40 -0500, Alexis Girault wrote:<br>
> Since we're in XCode and not using CMake at that point, I don't think we<br>
> can grab anything from VTKConfig.cmake easily.<br>
><br>
> I'll look into generating a header, I assume I should try to use<br>
> VTK_MODULES_ENABLED<br>
> and not VTK_MODULES_ALL ?<br>
<br>
</span>It depends whether you're using an external VTK or not. The<br>
`find_package(VTK)` has `VTK_MODULES_ENABLED`, but it looks like it<br>
comes from `VTK_CONFIG_MODULES_ENABLED` which is `VTK_MODULES_ENABLED`<br>
without the test modules during the VTK build.<br>
<br>
Would it be easier just to have everything from VTK compiled into a<br>
single kit (a single library) or do you still need to know modules for<br>
features?<br>
<span class="HOEnZb"><font color="#888888"><br>
--Ben<br>
</font></span></blockquote></div><br></div>