Build several CDT C++ projects from commandline

后端 未结 5 1264
别跟我提以往
别跟我提以往 2020-11-28 20:13

What is the best solution to build several CDT C++ projects from the command line? The projects have references and so it is not possible to just build single projects.

5条回答
  •  一生所求
    2020-11-28 21:17

    If you created a Make project under CDT you can just use your favorite shell and execute make in all the projects dirs.

提交回复
热议问题