mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 350363 - Include Files tab doesn't offer the language GNU C++
This commit is contained in:
parent
ab8f68cc5b
commit
617e4ddeda
1 changed files with 8 additions and 0 deletions
|
@ -1328,6 +1328,14 @@
|
|||
valueType="includePath"
|
||||
browseType="directory">
|
||||
</option>
|
||||
<option
|
||||
browseType="file"
|
||||
category="gnu.cpp.compiler.category.dirs"
|
||||
command="-include"
|
||||
id="gnu.cpp.compiler.option.include.files"
|
||||
name="%Option.Posix.InclFiles"
|
||||
valueType="includeFiles">
|
||||
</option>
|
||||
<optionCategory
|
||||
owner="cdt.managedbuild.tool.gnu.cpp.compiler"
|
||||
name="%OptionCategory.Optimize"
|
||||
|
|
Loading…
Add table
Reference in a new issue