Importing list of source files into an Eclipse project

前端 未结 4 1050
终归单人心
终归单人心 2021-02-06 13:06

We have a topdirectory containing code for lots of different projects. I would like to create an Eclipse CDT-project that contains only the source needed to work on and compile

4条回答
  •  甜味超标
    2021-02-06 13:54

    So far as I know, you can not do that. What you can do is import these source files into another project, which means these file will be copied to that created project.

提交回复
热议问题