Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Does CDT support multiple artifacts in single project if MBS is used?

I don't think you can easily build two binaries (unless "artifacts" are just variants, such as debug/release). Well in a straight-forward way.
You can use standard makefile project with you own make.
For "non straight-forward way" you can create 2 configurations for two binaries and for each of them set-up different source list.


wang yu wrote:
Hello guys,
I'm a rookie in CDT.
I noticed somebody asked this question before, the answer is "at least
if you provide the Makefiles.".
But if I choose MBS and let CDT generate the makefile automatically,
how can I compile multiple artifacts in single project?

Regards,
Yu Wang
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top