CLion "Debug not found"

I just initialized an Arduino Uno project with platformio init --ide clion -b uno and that works just fine.
But building/testing/uploading via the CLion IDE is not possible because it says “not found” by target and configuration debug.

Does someone know how to fix this?

Did you place some *.cpp files to src folder before platformio init --ide clion -b uno?