Error running Gui App Example.app

Im trying to build juce example project with cmake,

I copied files from

and tried to build them, result is success, however in build artifact, there is no executable
Audio Plugin Example.app/contents/MacOs is empty, trying to open .app results an error:

The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=3844, _LSFunction=_LSOpenStuffCallLocal}

What do I do wrong? Thanks!

What is the build command that you use and what is the command line output of a successful build?

Problem solved, I’m idiot! … my command did not include make at all after cmake completed