Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Programmatically setting indexer build configuration

Need to warn you, before I start: I'm not an expert... :-)

Most likely you have to apply the configuration:

ICProjectDescriptionManager mngr =
CoreModel.getDefault().getProjectDescriptionManager();
mngr.setProjectDescription(project, des, true, null);


Back to the top