How to create CMake project for GUI Audio Application?

Hi,
I want to create a standalone audio application with GUI using CMake. In the JUCE examples folder there is a CMake example for AudioPlugin, ConsoleApp and GuiApp. But not for an Audio Gui App. In the Projucer you can create that with no problem. So I guess it should be possible using CMake too.
But I do not know how.