c++ - 如何将 Emacs 和 CEDET 与 SCons 一起使用?

标签 c++ emacs scons cedet emacs-semantic

如何在不破坏语义和自动完成的情况下集成 SCons 和 emacs + cedet?

最佳答案

我不认为存在针对 cedet 的 SCons 集成。 但是,手动设置 EDE 项目很容易。

下面给出了一个 C++ 项目的 lisp 片段。

(ede-cpp-root-project "myProject"
           :name "myProject"
           :file "my_project.txt"
           :include-path '("myproject/include")
           :system-include-path '("/usr/include/c++/4.5.1"
                                  "/usr/include/"))

关于c++ - 如何将 Emacs 和 CEDET 与 SCons 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6389640/

相关文章:

c++ - 为什么对我的 IDispatch 对象的所有引用都没有释放?

c++ - 在另一个线程中绘制 OpenGL

emacs - 如何在 emacs 和 leiningen 中使用 repl

c++ - Opencv - 如何区分抖动和平移?

C++11 构造函数重载解析和初始化列表 : clang++ and g++ disagree

emacs - eshell(elisp shell)启动时会读取什么安装文件? eshell如何设置其PATH?

emacs - 在 emacs 批处理模式下运行 `org-export-as-html'

python - 使用 SCons 创建分层构建

c++ - 依赖循环 Scons GLEW、GLFW

c++ - 编译c/cpp文件时scons "Depends"什么时候有用?