开发者

How to use Emacs and CEDET with SCons?

开发者 https://www.devze.com 2023-03-13 14:18 出处:网络
How to integrate SCons and emacs 开发者_开发知识库+ cedet without breaking semantic and auto-complete?I don\'t think there exists SCons integration for cedet.

How to integrate SCons and emacs 开发者_开发知识库+ cedet without breaking semantic and auto-complete?


I don't think there exists SCons integration for cedet. However, it is easy to set up an EDE project manually.

An lisp-snippet for a C++-project is given below.

(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/"))
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号