Packaged tar file of an extension does not contain any executable

Hello,

I am trying to package my extension for distribution.

I created a release folder and built the extension using make package. It gave me one tar file. But when I extract it I am not seeing any executable. I installed the extension via install from file in extension wizard by selecting the tar file. And I don’t know if it is the correct procedure. After installing and restarting slicer, I am not seeing my extension when I search for it. But it’s there in the extension wizard. If I click it nothing happens.

The extracted tar file’s folder contains only these three folders

include, lib and share

None of them contains any executable.

Any help appreciated.