[vtkusers] Howto just build vtkIO.dll
Brad King
brad.king at kitware.com
Tue Oct 12 12:13:51 EDT 2004
listboss wrote:
> If I want to create vtkIO.dll, I have to build the whole VTK which is
> a lengthy process, but when I just right click on vtkIO project (not
> the ALL_BUILD) and select "Build only vtkIO" it won't create the
> vtkIO.dll but only the .lib files.
>
> Could you please tell me how to do this ?
If you want a DLL you have to turn on BUILD_SHARED_LIBS in CMakeSetup to
enable the building of shared libraries.
-Brad
More information about the vtkusers
mailing list