[cedet]: how to add a new ede target?

I can't find an easy way to add ede targets to my projects. I am looking for the way to add an install target or even a test target to run unittest.

How do you do that with ede-project-manager ?


If you are using one of the EDE projects that supports it, the operation can be found in the menu.

Step 1: Open a file in a project directory. Step 2: Choose the menu item "Project->Project Options->Add target"

It will ask if you want to add the current file into that target.

You can also do:

M-x ede-new-target RET

Some EDE project types don't support this concept. Most notably the built-in Emacs and Linux project types, or the ede-cpp-root project, which is a quick hack to support the basics of the Semantic parsing infrastructure.

链接地址: http://www.djcxy.com/p/62176.html

上一篇: 相当于Emacs CLI中的GUI“快速打开”?

下一篇: [cedet]:如何添加新的ede目标?