How to use VTK Extension filters standalone?

Hello all,
I am in development of certain functions with help of VTK binaries that I built in VS2019. I would like to use certain filters in VTKExtensions/FiltersGeneral. Is it possible to build only those as a lib? Please suggest an easy way to use them from a VS project.

Thanks!

Is it possible to build only those as a lib?

Yes, just create your own modules like this one:
https://gitlab.kitware.com/vtk/vtk/-/tree/master/Examples/Modules/UsingVTK