How to build SCons projects with Eclipse CDT?

前端 未结 6 2074
太阳男子
太阳男子 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 11:09

    Just change builder settings, no plugins required. Choose external builder and set scons instead of make and set workdir to dir where SConstruct placed.

    Now, you can use make targets view to create scons build commands and execute it like make commands. Error parsers with scons works fine by default, no additional configuration required.

提交回复
热议问题