Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using EDE for handling cmake/C++ projects in emacs

Tags:

c++

emacs

cedet

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's the best way to create a new project from existing source and cmake files?

like image 625
Thomas W. Avatar asked Apr 23 '12 11:04

Thomas W.


1 Answers

CMake-based projects aren't supported yet natively - I personally use standard ede-cpp-root project type + some custom commands to compile code. There is some work on more complete functionality in this direction. You can find changes in separate repository.

like image 115
Alex Ott Avatar answered Nov 14 '22 06:11

Alex Ott