How to build SCons projects with Eclipse CDT?

前端 未结 6 1991
太阳男子
太阳男子 2021-01-31 10:14

We have a fairly large C/C++ project using scons for the building. I\'d like to go at an attempt to build this through Eclipse-CDT. Anyone have any experience with this and can

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-31 10:54

    One of our students implemented a new SCons integration for Eclipse CDT that works bi-directional, i.e., it can import SCons files and populate Eclipse CDT projects with the corresponding settings and it can generate SCons files from Eclipse project settings. In addition it provides an interactive SCons mode that speeds up incremental building of larger SCons projects significantly. It will be released to the public for free soon, see http://sconsolidator.com

提交回复
热议问题