TrkVertexSeedFinderUtils: Fix dynamic loading issue in unit tests.
A standalong unit test binary may need to be build with ENABLE_EXPORTS if it loads Gaudi components. Otherwise, the loaded component may bind to the wrong vtable instance.
Fixes test failures seen in the clang17 build.