Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to add include paths for CDT CMake projects

Hi Martin,

Thanks for your decision to contribute your "cmake4eclipse" work to the CDT. That really helps the community.

We have published our plugin(https://github.com/espressif/idf-eclipse-plugin) a few months ago - a lot of users reported the issues on indexing and header resolving problems and I could see some of those parser issues got resolved with your plugin.

The only problem now is - how can I port our plugin to compatible with cmake4eclipse plugin, which seems to based on the MBS. I'll get in touch with you if I need any help.

Best Regards,
Kondal

On Thu, Jan 30, 2020 at 1:33 AM 15 knots <fifteenknots505@xxxxxxxxx> wrote:
Am Mi., 29. Jan. 2020 um 08:59 Uhr schrieb Kondal Kolipaka
<kondal.kolipaka@xxxxxxxxx>:
>
> Hello Team,
>
> I couldn't find these options in the project properties for CDT CMake projects.  Below settings are available only for Make projects but not for CMake projects.
>
> Project --> Properties --> C/C++ General -->Preprocessor Include Paths,macros,etc
>
> Project --> Properties --> C/C++ General -->Paths and Symbols.
>
> Could someone help in understanding why these were removed and how to add "include" paths if someone wants to add something?

CDT core build *always* parses the compile_commands.json file, which
has all information in it. So there should be no need for users to to
manually configure the providers nay longer.
Unfortunately, the parser for that file is currently somehow limited.
See bug [559674]

[559674] https://bugs.eclipse.org/bugs/show_bug.cgi?id=559674

Martin
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top