Build several CDT C++ projects from commandline

后端 未结 5 1300
别跟我提以往
别跟我提以往 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 21:08

    Headless build with the manage builder is currently not supported, see bug 186847 - CDT internal builder does not support automated command line builds.

    If you use the unmanaged (make) builder, then you already have Makefiles that you can use from the command line.

提交回复
热议问题