I have a fairly simple C project that I am compiling with make, which I would like to run and debug in KDevelop, but I cannot get this to work. I installed cmake and tried both to import the existing project and start a new one (which insists on creating the main.ccp file), but no matter what I do, all the menu options for starting the program are grayed out.
How to move this project to KDevelop?
source
share