[cedet]:如何添加新的ede目标?
我找不到一种简单的方法将 ede 目标添加到我的项目中。我正在寻找添加安装目标甚至测试目标来运行单元测试的方法。
如何使用 ede-project-manager 做到这一点?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是支持它的 EDE 项目之一,则可以在菜单中找到该操作。
步骤1:打开项目目录中的文件。
步骤2:选择菜单项“Project->Project Options->Add target”
它会询问您是否要将当前文件添加到该目标中。
您还可以这样做:
某些 EDE 项目类型不支持此概念。最值得注意的是内置的 Emacs 和 Linux 项目类型,或者 ede-cpp-root 项目,它是支持语义解析基础设施基础知识的快速技巧。
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:
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.