I want to debug with Clion an executable that was created using outer makefile.
I saw I can choose another executable in Run/Debug Configurations --> Executable but it automatically runs my CMakeLists, which I don't want to (cause it fails).
I know Clion currently doesn't support "import project with existing makefile".
Is there a way to do that?