What's is the different between default type extension and superbuild type extension?

I read the wiki documents,but i can’t find what’s is the different between default type extension and superbuild type extension?

You use superbuild type extension if your extension depends on third-party libraries that you need to build as part of the build process (for example, SlicerRT extension builds Plastimatch library; SlicerElastix extension builds Elastix library). For all other cases, you can use the simpler default template.

2 Likes

Thanks @lassoan for the information