Using EDE to handle cmake / C ++ projects in emacs

I would like to use EDE (from CEDET) to handle some of my C ++ projects that are based on cmake. I found some information that this should be possible. But what is the best way to create a new project from existing source and cmake files?

+8
c ++ emacs cedet
source share
1 answer

CMake-based projects are not yet supported - I personally use the standard project type ede-cpp-root + some user commands to compile the code . In this direction there is some work on a more complete functionality. You can find the changes in a separate repository .

+6
source share

All Articles