Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] ManagedBuildManager.setOption for" C/C++ General -> Paths & Symbols" -- or alternative?

Hi Beth,

The C/C++ General Paths & Symbols reflects all the paths cdt.core knows about, which is generally cdt.build paths + discovered paths.

In CDT the cdt.core's project description language setting entries map directly to cdt.build IOptions (i.e. they're the core representation of the build paths). Afaik the only way of adding paths that you don't want to end up in the build is via scanner discover. Unfortunately I'm not sure how easy this is or what state scanner discovery is in stock CDT.

Cheers,
James

Back to the top